crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#150a13 hex color - Brown - Warm color - Information

#150a13 hex color - Brown - Warm color

Color Hue/Base color: Brown

Hex #150a13 Color code in RGB color code model is created after adding 8.24% red color, 3.92% green color and 7.45% blue color. Hex #150a13 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 52% magenta, 10% yellow and 92% black.

Hex #150a13 color code is between #111111 web safe hex color code and #220022 web safe hex color code. #111111 is the nearest web safe color code. You can see here many more shades of #150a13 color code.

0 Likes 0 Comments | 41 Views

Color Table

Hex Color Code150a13#150a13
RGB Decimal21, 10, 19rgb(21, 10, 19)
RGB Percent8%, 4%, 7%rgb(8%, 4%, 7%)
CSS RGBa21, 10, 19,1rgba(21,10,19,1)
CMYK Modelcmyk(0%,52%,10%,92%)
HSL Color Space311,35% ,6%hsl(311,35% ,6%)
HSV Color Space311°, 52%, 8%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary000101010000101000010011
Octal251223
Decimal211019
Hex150a13

Different shades of #150a13 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #150a13
#381a32
Dark Shade of #150a13
#000000
Saturated Shade of #150a13
#170814
Desaturated Shade of #150a13
#130c12
Grey scale Shade of #150a13
#0f0f0f
Brighten Shade
#2e232c
Most Readable Shade
#FFFFFF

Shades of #150a13 color code

Generate more color scales with scales (color stack) generator.

#150a13
#120810
#10070e
#0e060c
#0b050a
#090408
#070306
#040204
#020102
#000000

Similar Color like #150a13 color

Find visually similar hex color codes nearing to #150a13 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#160b14
#170c15
#180d16
#190e17
#1a0f18
#1b1019
#1c111a
#1d121b
#1e131c
#1f141d
#20151e
#21161f
#221720
#231821
#140912
#130811
#120710
#11060f
#10050e
#0f040d
#0e030c
#0d020b
#0c010a
#0b0009
#0a0008
#090007
#080006
#070005

Monochromatic Color with #150a13

#150a13
#3f1e39
#6a3260
#944786
#bf5bad
#e96fd3

Tints of #150a13 Color

#150a13
#2f252d
#494047
#635b61
#7d767b
#979296
#b1adb0
#cbc8ca
#e5e3e4
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#150a13
#0a150c

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#150a13
#0e150a
#0a1511

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#130a15
#150a15
#150a13
#150a11
#150a0f

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#150a13
#13150a
#0a1315

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#150a13
#15110a
#0a150c
#0a0d15

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#150a13
#0a150c
#0a1511
#150a0e

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #150a13 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#150a13 Color Code Preview on Black Background Color

This is how #150a13 Color will look on black background color. Color contrast ratio is 1.08

#150a13 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#150a13">Your Example Paragraph content text in with font color #150a13 </p>

Your Example Paragraph content text in with font color #150a13

HTML with inline CSS

<div style="color:#150a13">Your Paragraph text in with font color #150a13 </div>

Your Example Paragraph content text in with font color #150a13

#150a13 color code is use for CSS Background Color

Background color for the above div is #150a13

HTML with inline CSS

<div style="background-color:#150a13;"></div>

#150a13 color code is use for CSS Border Color

CSS Border color for the above div is #150a13

HTML with inline CSS

<div style="border:5px solid #150a13;"></div>

CSS Border Left color for the above div is #150a13

HTML with inline CSS

<div style="border-left:5px solid #150a13;"></div>

CSS Border Right color for the above div is #150a13

HTML with inline CSS

<div style="border-right:5px solid #150a13;"></div>

CSS Border Bottom color for the above div is #150a13

HTML with inline CSS

<div style="border-bottom:5px solid #150a13;"></div>

CSS Border Top color for the above div is #150a13

HTML with inline CSS

<div style="border-top:5px solid #150a13;"></div>

#150a13 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#150a13; } .examplecolorclass {color:#150a13; } .examplebordercolor {border:3px solid #150a13; }

#150a13 Color code Preview on White Background

This is how #150a13 Color code will look on white background color. Color contrast ratio is 19.36

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #150a13; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #150a13; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 41 Views

Post your comment:-

By submitting comment you agree to our privacy policy.