COLOR #21000D

HEX: #21000D
RGB: (33,0,13)

Color info

#21000D contains only red and blue colors. Web safe color of #21000D is #330000 (or #300).

RGB color model

#21000D color RGB value is (33,0,13).

  • red value is 33;
  • green value is 0;
  • blue value is 13.
RGB:
(33,0,13)
(13%,0%,5%)

RGB channels and saturation

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

33
0
13

R + G + B ~ 6%. #21000D is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 0 + 13 = 46 (100%)
R 33 of 46 ~ 71.74%
G 0 of 46 ~ 0%
B 13 of 46 ~ 28.26%

%71.74
%28.26

CMYK color model

#21000D color CMYK value is (0,100,61,87).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 60.61%
  • key color value is 87.06%
CMYK:
(0,100,61,87)
C0M100Y61K87 
(0%,100%,61%,87%)
(0.00/1.00/0.61/0.87)	

CMYK percentages

%0
%100
%60.61
%87.06

Codes

Color #21000D in popluar color models

21000D
RGB33013
HSL336°100.00%6.47%
HSB/HSV336°100.00%12.94%
CMYK0.00%100.00%60.61%
87.06%

Color #21000D in popluar number systems.

HEX21000D
Decimal33013
Binary10000101101
Octal41015

Shades and tints

Shades of #21000D

#21000D
(33,0,13)
#1E000C
(30,0,12)
#1B000B
(27,0,11)
#18000A
(24,0,10)
#150009
(21,0,9)
#120008
(18,0,8)
#0F0007
(15,0,7)
#0C0006
(12,0,6)
#090005
(9,0,5)
#060004
(6,0,4)
#030003
(3,0,3)
#000000
(0,0,0)

Tints of #21000D

#21000D
(33,0,13)
#351723
(53,23,35)
#492E39
(73,46,57)
#5D454F
(93,69,79)
#715C65
(113,92,101)
#85737B
(133,115,123)
#998A91
(153,138,145)
#ADA1A7
(173,161,167)
#C1B8BD
(193,184,189)
#D5CFD3
(213,207,211)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21000D color. Also use rgb(33,0,13) instead hex code.

Text Font Color

.myTextColor { color: #21000D; }

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

This text font color is #21000D.


Background Color

.myBgColor { background-color: #21000D; }

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

This div background color is #21000D.


Border color

.myBorderColor { border: 1px solid #21000D; }

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

This div border color is #21000D.


Opacity

.myOpacity80 { color: #21000D; opacity: 0.8; }

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

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

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

This text has shadow with #21000D color.

.textShadow {text-shadow: 3px 3px 1px #21000D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #21000D;
-webkit-box-shadow: 1px 1px 3px 2px #21000D;
box-shadow:1px 1px 3px 2px #21000D;">
Div content here</div>
This div box has shadow with color #21000D.

Preview

Color preview on black background

This text has color #21000D on black background.


Color preview on white background

This text has color #21000D on white background.



Black color preview on #21000D background

This text has black color on #21000D background.


White color preview on #21000D background

This text has white color on #21000D background.