COLOR #15121E

HEX: #15121E RGB: (21,18,30)

Color info

#15121E contains red, green and blue colors in about the same proportion. Web safe color of #15121E is #000033 (or #003).

RGB color model

#15121E color RGB value is (21,18,30).

RGB: (21,18,30) (8%, 7%, 12%)

RGB channels and saturation

R 21 of 255 = 8%
G 18 of 255 = 7%
B 30 of 255 = 12%

21
18
30

R + G + B ~ 9%. #15121E is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 18 + 30 = 69 (100%)
R 21 of 69 ~ 30.43%
G 18 of 69 ~ 26.09%
B 30 of 69 ~ 43.48'%

%30.43
%26.09
%43.48

CMYK color model

#15121E color CMYK value is (30,40,0,88).

  • cyan value is 30.00%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 88.24%

CMYK: (30,40,0,88)
C30M40Y0K88 (30%, 40%, 0%, 88%)
(0.30 / 0.40 / 0.00 / 0.88)

CMYK percentages

%30
%40
%0
%88.24

Codes

Color #15121E in popluar color models

15 12 1E
RGB 21 18 30
HSL 255° 25.00% 9.41%
HSB/HSV 255° 40.00% 11.76%
CMYK 30.00% 40.00% 0.00%
88.24%

Color #15121E in popluar number systems.

HEX 15 12 1E
Decimal 21 18 30
Binary 10101 10010 11110
Octal 25 22 36

Shades and tints

Shades of #15121E

#15121E
(21,18,30)
#14111C
(20,17,28)
#13101A
(19,16,26)
#120F18
(18,15,24)
#110E16
(17,14,22)
#100D14
(16,13,20)
#0F0C12
(15,12,18)
#0E0B10
(14,11,16)
#0D0A0E
(13,10,14)
#0C090C
(12,9,12)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #15121E

#15121E
(21,18,30)
#2A2732
(42,39,50)
#3F3C46
(63,60,70)
#54515A
(84,81,90)
#69666E
(105,102,110)
#7E7B82
(126,123,130)
#939096
(147,144,150)
#A8A5AA
(168,165,170)
#BDBABE
(189,186,190)
#D2CFD2
(210,207,210)
#E7E4E6
(231,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15121E color. Also use rgb(21,18,30) instead hex code.

Text Font Color

.myTextColor { color: #15121E; }

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

This text font color is #15121E.

Background Color

.myBgColor { background-color: #15121E; }

<div style="background-color:#15121E">Inner text</div>

This div background color is #15121E.

Border color

.myBorderColor { border: 1px solid #15121E; }

<div style="border:3px solid #15121E">Div</div>

This div border color is #15121E.

Opacity

.myOpacity80 { color: #15121E; opacity: 0.8; }

<p style="color:#15121E;opacity:0.8;">80%</p>

Text with #15121E 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 #15121E;}

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

This text has shadow with #15121E color.


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

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

This text has shadow with #15121E primary color and red secondary color.


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

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

This text has shadow with #15121E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #15121E.

Preview

Color preview on black background

This text has color #15121E on black background.


Color preview on white background

This text has color #15121E on white background.


Black color preview on #15121E background

This text has black color on #15121E background.


White color preview on #15121E background

This text has white color on #15121E background.


Related colors

Complementary color

Complementary color for #hex is #EAEDE1.


I love getcolorcode.com

Triadic colors

1 #1E1512 and #121E15 with #15121E are triadic colors.

2 #1E1215 and #12151E with #15121E are triadic colors.