COLOR #21010C

HEX: #21010C RGB: (33,1,12)

Color info

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

RGB color model

#21010C color RGB value is (33,1,12).

RGB: (33,1,12) (13%, 0%, 5%)

RGB channels and saturation

R 33 of 255 = 13%
G 1 of 255 = 0%
B 12 of 255 = 5%

33
1
12

R + G + B ~ 6%. #21010C is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 1 + 12 = 46 (100%)
R 33 of 46 ~ 71.74%
G 1 of 46 ~ 2.17%
B 12 of 46 ~ 26.09'%

%71.74
%26.09

CMYK color model

#21010C color CMYK value is (0,97,64,87).

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

CMYK: (0,97,64,87)
C0M97Y64K87 (0%, 97%, 64%, 87%)
(0.00 / 0.97 / 0.64 / 0.87)

CMYK percentages

%0
%96.97
%63.64
%87.06

Codes

Color #21010C in popluar color models

21 01 0C
RGB 33 1 12
HSL 339° 94.12% 6.67%
HSB/HSV 339° 96.97% 12.94%
CMYK 0.00% 96.97% 63.64%
87.06%

Color #21010C in popluar number systems.

HEX 21 01 0C
Decimal 33 1 12
Binary 100001 1 1100
Octal 41 1 14

Shades and tints

Shades of #21010C

#21010C
(33,1,12)
#1E010B
(30,1,11)
#1B010A
(27,1,10)
#180109
(24,1,9)
#150108
(21,1,8)
#120107
(18,1,7)
#0F0106
(15,1,6)
#0C0105
(12,1,5)
#090104
(9,1,4)
#060103
(6,1,3)
#030102
(3,1,2)
#000000
(0,0,0)

Tints of #21010C

#21010C
(33,1,12)
#351822
(53,24,34)
#492F38
(73,47,56)
#5D464E
(93,70,78)
#715D64
(113,93,100)
#85747A
(133,116,122)
#998B90
(153,139,144)
#ADA2A6
(173,162,166)
#C1B9BC
(193,185,188)
#D5D0D2
(213,208,210)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21010C color. Also use rgb(33,1,12) instead hex code.

Text Font Color

.myTextColor { color: #21010C; }

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

This text font color is #21010C.

Background Color

.myBgColor { background-color: #21010C; }

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

This div background color is #21010C.

Border color

.myBorderColor { border: 1px solid #21010C; }

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

This div border color is #21010C.

Opacity

.myOpacity80 { color: #21010C; opacity: 0.8; }

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

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

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

This text has shadow with #21010C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #21010C.

Preview

Color preview on black background

This text has color #21010C on black background.


Color preview on white background

This text has color #21010C on white background.


Black color preview on #21010C background

This text has black color on #21010C background.


White color preview on #21010C background

This text has white color on #21010C background.


Related colors

Complementary color

Complementary color for #hex is #DEFEF3.


I love getcolorcode.com

Triadic colors

1 #0C2101 and #010C21 with #21010C are triadic colors.

2 #0C0121 and #01210C with #21010C are triadic colors.