COLOR #210D18

HEX: #210D18 RGB: (33,13,24)

Color info

#210D18 contains red, green and blue colors in about the same proportion. Web safe color of #210D18 is #330000 (or #300).

RGB color model

#210D18 color RGB value is (33,13,24).

RGB: (33,13,24) (13%, 5%, 9%)

RGB channels and saturation

R 33 of 255 = 13%
G 13 of 255 = 5%
B 24 of 255 = 9%

33
13
24

R + G + B ~ 9%. #210D18 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 13 + 24 = 70 (100%)
R 33 of 70 ~ 47.14%
G 13 of 70 ~ 18.57%
B 24 of 70 ~ 34.29'%

%47.14
%18.57
%34.29

CMYK color model

#210D18 color CMYK value is (0,61,27,87).

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

CMYK: (0,61,27,87)
C0M61Y27K87 (0%, 61%, 27%, 87%)
(0.00 / 0.61 / 0.27 / 0.87)

CMYK percentages

%0
%60.61
%27.27
%87.06

Codes

Color #210D18 in popluar color models

21 0D 18
RGB 33 13 24
HSL 327° 43.48% 9.02%
HSB/HSV 327° 60.61% 12.94%
CMYK 0.00% 60.61% 27.27%
87.06%

Color #210D18 in popluar number systems.

HEX 21 0D 18
Decimal 33 13 24
Binary 100001 1101 11000
Octal 41 15 30

Shades and tints

Shades of #210D18

#210D18
(33,13,24)
#1E0C16
(30,12,22)
#1B0B14
(27,11,20)
#180A12
(24,10,18)
#150910
(21,9,16)
#12080E
(18,8,14)
#0F070C
(15,7,12)
#0C060A
(12,6,10)
#090508
(9,5,8)
#060406
(6,4,6)
#030304
(3,3,4)
#000000
(0,0,0)

Tints of #210D18

#210D18
(33,13,24)
#35232D
(53,35,45)
#493942
(73,57,66)
#5D4F57
(93,79,87)
#71656C
(113,101,108)
#857B81
(133,123,129)
#999196
(153,145,150)
#ADA7AB
(173,167,171)
#C1BDC0
(193,189,192)
#D5D3D5
(213,211,213)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #210D18; }

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

This text font color is #210D18.

Background Color

.myBgColor { background-color: #210D18; }

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

This div background color is #210D18.

Border color

.myBorderColor { border: 1px solid #210D18; }

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

This div border color is #210D18.

Opacity

.myOpacity80 { color: #210D18; opacity: 0.8; }

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

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

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

This text has shadow with #210D18 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #210D18.

Preview

Color preview on black background

This text has color #210D18 on black background.


Color preview on white background

This text has color #210D18 on white background.


Black color preview on #210D18 background

This text has black color on #210D18 background.


White color preview on #210D18 background

This text has white color on #210D18 background.


Related colors

Complementary color

Complementary color for #hex is #DEF2E7.


I love getcolorcode.com

Triadic colors

1 #18210D and #0D1821 with #210D18 are triadic colors.

2 #180D21 and #0D2118 with #210D18 are triadic colors.