COLOR #151821

HEX: #151821 RGB: (21,24,33)

Color info

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

RGB color model

#151821 color RGB value is (21,24,33).

RGB: (21,24,33) (8%, 9%, 13%)

RGB channels and saturation

R 21 of 255 = 8%
G 24 of 255 = 9%
B 33 of 255 = 13%

21
24
33

R + G + B ~ 10%. #151821 is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 24 + 33 = 78 (100%)
R 21 of 78 ~ 26.92%
G 24 of 78 ~ 30.77%
B 33 of 78 ~ 42.31'%

%26.92
%30.77
%42.31

CMYK color model

#151821 color CMYK value is (36,27,0,87).

  • cyan value is 36.36%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 87.06%

CMYK: (36,27,0,87)
C36M27Y0K87 (36%, 27%, 0%, 87%)
(0.36 / 0.27 / 0.00 / 0.87)

CMYK percentages

%36.36
%27.27
%0
%87.06

Codes

Color #151821 in popluar color models

15 18 21
RGB 21 24 33
HSL 225° 22.22% 10.59%
HSB/HSV 225° 36.36% 12.94%
CMYK 36.36% 27.27% 0.00%
87.06%

Color #151821 in popluar number systems.

HEX 15 18 21
Decimal 21 24 33
Binary 10101 11000 100001
Octal 25 30 41

Shades and tints

Shades of #151821

#151821
(21,24,33)
#14161E
(20,22,30)
#13141B
(19,20,27)
#121218
(18,18,24)
#111015
(17,16,21)
#100E12
(16,14,18)
#0F0C0F
(15,12,15)
#0E0A0C
(14,10,12)
#0D0809
(13,8,9)
#0C0606
(12,6,6)
#0B0403
(11,4,3)
#000000
(0,0,0)

Tints of #151821

#151821
(21,24,33)
#2A2D35
(42,45,53)
#3F4249
(63,66,73)
#54575D
(84,87,93)
#696C71
(105,108,113)
#7E8185
(126,129,133)
#939699
(147,150,153)
#A8ABAD
(168,171,173)
#BDC0C1
(189,192,193)
#D2D5D5
(210,213,213)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #151821; }

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

This text font color is #151821.

Background Color

.myBgColor { background-color: #151821; }

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

This div background color is #151821.

Border color

.myBorderColor { border: 1px solid #151821; }

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

This div border color is #151821.

Opacity

.myOpacity80 { color: #151821; opacity: 0.8; }

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

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

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

This text has shadow with #151821 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #151821.

Preview

Color preview on black background

This text has color #151821 on black background.


Color preview on white background

This text has color #151821 on white background.


Black color preview on #151821 background

This text has black color on #151821 background.


White color preview on #151821 background

This text has white color on #151821 background.


Related colors

Complementary color

Complementary color for #hex is #EAE7DE.


I love getcolorcode.com

Triadic colors

1 #211518 and #182115 with #151821 are triadic colors.

2 #211815 and #181521 with #151821 are triadic colors.