COLOR #210C13

HEX: #210C13 RGB: (33,12,19)

Color info

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

RGB color model

#210C13 color RGB value is (33,12,19).

RGB: (33,12,19) (13%, 5%, 7%)

RGB channels and saturation

R 33 of 255 = 13%
G 12 of 255 = 5%
B 19 of 255 = 7%

33
12
19

R + G + B ~ 8%. #210C13 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 12 + 19 = 64 (100%)
R 33 of 64 ~ 51.56%
G 12 of 64 ~ 18.75%
B 19 of 64 ~ 29.69'%

%51.56
%18.75
%29.69

CMYK color model

#210C13 color CMYK value is (0,64,42,87).

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

CMYK: (0,64,42,87)
C0M64Y42K87 (0%, 64%, 42%, 87%)
(0.00 / 0.64 / 0.42 / 0.87)

CMYK percentages

%0
%63.64
%42.42
%87.06

Codes

Color #210C13 in popluar color models

21 0C 13
RGB 33 12 19
HSL 340° 46.67% 8.82%
HSB/HSV 340° 63.64% 12.94%
CMYK 0.00% 63.64% 42.42%
87.06%

Color #210C13 in popluar number systems.

HEX 21 0C 13
Decimal 33 12 19
Binary 100001 1100 10011
Octal 41 14 23

Shades and tints

Shades of #210C13

#210C13
(33,12,19)
#1E0B12
(30,11,18)
#1B0A11
(27,10,17)
#180910
(24,9,16)
#15080F
(21,8,15)
#12070E
(18,7,14)
#0F060D
(15,6,13)
#0C050C
(12,5,12)
#09040B
(9,4,11)
#06030A
(6,3,10)
#030209
(3,2,9)
#000000
(0,0,0)

Tints of #210C13

#210C13
(33,12,19)
#352228
(53,34,40)
#49383D
(73,56,61)
#5D4E52
(93,78,82)
#716467
(113,100,103)
#857A7C
(133,122,124)
#999091
(153,144,145)
#ADA6A6
(173,166,166)
#C1BCBB
(193,188,187)
#D5D2D0
(213,210,208)
#E9E8E5
(233,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #210C13; }

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

This text font color is #210C13.

Background Color

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

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

This div background color is #210C13.

Border color

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

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

This div border color is #210C13.

Opacity

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

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

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

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

This text has shadow with #210C13 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #210C13.

Preview

Color preview on black background

This text has color #210C13 on black background.


Color preview on white background

This text has color #210C13 on white background.


Black color preview on #210C13 background

This text has black color on #210C13 background.


White color preview on #210C13 background

This text has white color on #210C13 background.


Related colors

Complementary color

Complementary color for #hex is #DEF3EC.


I love getcolorcode.com

Triadic colors

1 #13210C and #0C1321 with #210C13 are triadic colors.

2 #130C21 and #0C2113 with #210C13 are triadic colors.