COLOR #210F13

HEX: #210F13 RGB: (33,15,19)

Color info

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

RGB color model

#210F13 color RGB value is (33,15,19).

RGB: (33,15,19) (13%, 6%, 7%)

RGB channels and saturation

R 33 of 255 = 13%
G 15 of 255 = 6%
B 19 of 255 = 7%

33
15
19

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

Portions of RGB colors in percentages

R + G + B = 33 + 15 + 19 = 67 (100%)
R 33 of 67 ~ 49.25%
G 15 of 67 ~ 22.39%
B 19 of 67 ~ 28.36'%

%49.25
%22.39
%28.36

CMYK color model

#210F13 color CMYK value is (0,55,42,87).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 42.42%
  • key color value is 87.06%

CMYK: (0,55,42,87)
C0M55Y42K87 (0%, 55%, 42%, 87%)
(0.00 / 0.55 / 0.42 / 0.87)

CMYK percentages

%0
%54.55
%42.42
%87.06

Codes

Color #210F13 in popluar color models

21 0F 13
RGB 33 15 19
HSL 347° 37.50% 9.41%
HSB/HSV 347° 54.55% 12.94%
CMYK 0.00% 54.55% 42.42%
87.06%

Color #210F13 in popluar number systems.

HEX 21 0F 13
Decimal 33 15 19
Binary 100001 1111 10011
Octal 41 17 23

Shades and tints

Shades of #210F13

#210F13
(33,15,19)
#1E0E12
(30,14,18)
#1B0D11
(27,13,17)
#180C10
(24,12,16)
#150B0F
(21,11,15)
#120A0E
(18,10,14)
#0F090D
(15,9,13)
#0C080C
(12,8,12)
#09070B
(9,7,11)
#06060A
(6,6,10)
#030509
(3,5,9)
#000000
(0,0,0)

Tints of #210F13

#210F13
(33,15,19)
#352428
(53,36,40)
#49393D
(73,57,61)
#5D4E52
(93,78,82)
#716367
(113,99,103)
#85787C
(133,120,124)
#998D91
(153,141,145)
#ADA2A6
(173,162,166)
#C1B7BB
(193,183,187)
#D5CCD0
(213,204,208)
#E9E1E5
(233,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #210F13 color. Also use rgb(33,15,19) instead hex code.

Text Font Color

.myTextColor { color: #210F13; }

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

This text font color is #210F13.

Background Color

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

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

This div background color is #210F13.

Border color

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

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

This div border color is #210F13.

Opacity

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

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

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

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

This text has shadow with #210F13 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #210F13.

Preview

Color preview on black background

This text has color #210F13 on black background.


Color preview on white background

This text has color #210F13 on white background.


Black color preview on #210F13 background

This text has black color on #210F13 background.


White color preview on #210F13 background

This text has white color on #210F13 background.


Related colors

Complementary color

Complementary color for #hex is #DEF0EC.


I love getcolorcode.com

Triadic colors

1 #13210F and #0F1321 with #210F13 are triadic colors.

2 #130F21 and #0F2113 with #210F13 are triadic colors.