COLOR #150A18

HEX: #150A18 RGB: (21,10,24)

Color info

#150A18 contains red, green and blue colors in about the same proportion. Web safe color of #150A18 is #000000 (or #000).

RGB color model

#150A18 color RGB value is (21,10,24).

RGB: (21,10,24) (8%, 4%, 9%)

RGB channels and saturation

R 21 of 255 = 8%
G 10 of 255 = 4%
B 24 of 255 = 9%

21
10
24

R + G + B ~ 7%. #150A18 is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 10 + 24 = 55 (100%)
R 21 of 55 ~ 38.18%
G 10 of 55 ~ 18.18%
B 24 of 55 ~ 43.64'%

%38.18
%18.18
%43.64

CMYK color model

#150A18 color CMYK value is (13,58,0,91).

  • cyan value is 12.50%
  • magenta value is 58.33%
  • yellow value is 0.00%
  • key color value is 90.59%

CMYK: (13,58,0,91)
C13M58Y0K91 (13%, 58%, 0%, 91%)
(0.13 / 0.58 / 0.00 / 0.91)

CMYK percentages

%12.5
%58.33
%0
%90.59

Codes

Color #150A18 in popluar color models

15 0A 18
RGB 21 10 24
HSL 287° 41.18% 6.67%
HSB/HSV 287° 58.33% 9.41%
CMYK 12.50% 58.33% 0.00%
90.59%

Color #150A18 in popluar number systems.

HEX 15 0A 18
Decimal 21 10 24
Binary 10101 1010 11000
Octal 25 12 30

Shades and tints

Shades of #150A18

#150A18
(21,10,24)
#140A16
(20,10,22)
#130A14
(19,10,20)
#120A12
(18,10,18)
#110A10
(17,10,16)
#100A0E
(16,10,14)
#0F0A0C
(15,10,12)
#0E0A0A
(14,10,10)
#0D0A08
(13,10,8)
#0C0A06
(12,10,6)
#0B0A04
(11,10,4)
#000000
(0,0,0)

Tints of #150A18

#150A18
(21,10,24)
#2A202D
(42,32,45)
#3F3642
(63,54,66)
#544C57
(84,76,87)
#69626C
(105,98,108)
#7E7881
(126,120,129)
#938E96
(147,142,150)
#A8A4AB
(168,164,171)
#BDBAC0
(189,186,192)
#D2D0D5
(210,208,213)
#E7E6EA
(231,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #150A18 color. Also use rgb(21,10,24) instead hex code.

Text Font Color

.myTextColor { color: #150A18; }

<p style="color:#150A18">This sample text font color is #150A18.</p>

This text font color is #150A18.

Background Color

.myBgColor { background-color: #150A18; }

<div style="background-color:#150A18">Inner text</div>

This div background color is #150A18.

Border color

.myBorderColor { border: 1px solid #150A18; }

<div style="border:3px solid #150A18">Div</div>

This div border color is #150A18.

Opacity

.myOpacity80 { color: #150A18; opacity: 0.8; }

<p style="color:#150A18;opacity:0.8;">80%</p>

Text with #150A18 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #150A18;}

<p style="text-shadow: 3px 3px 1px #150A18">Text here.</p>

This text has shadow with #150A18 color.


.textShadow {text-shadow: 3px 3px 1px #150A18', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #150A18, 5px 5px 20px red">Text here.</p>

This text has shadow with #150A18 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#150A18, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#150A18, Direction=45, Strength=4)">Text</p>

This text has shadow with #150A18 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #150A18;
-webkit-box-shadow: 1px 1px 3px 2px #150A18;
box-shadow: 1px 1px 3px 2px #150A18;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #150A18; -webkit-box-shadow: 1px 1px 3px 2px #150A18; box-shadow:1px 1px 3px 2px #150A18;">
Div content here
</div>

This div box has shadow with color #150A18.

Preview

Color preview on black background

This text has color #150A18 on black background.


Color preview on white background

This text has color #150A18 on white background.


Black color preview on #150A18 background

This text has black color on #150A18 background.


White color preview on #150A18 background

This text has white color on #150A18 background.


Related colors

Complementary color

Complementary color for #hex is #EAF5E7.


I love getcolorcode.com

Triadic colors

1 #18150A and #0A1815 with #150A18 are triadic colors.

2 #180A15 and #0A1518 with #150A18 are triadic colors.