COLOR #21090A

HEX: #21090A RGB: (33,9,10)

Color info

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

RGB color model

#21090A color RGB value is (33,9,10).

RGB: (33,9,10) (13%, 4%, 4%)

RGB channels and saturation

R 33 of 255 = 13%
G 9 of 255 = 4%
B 10 of 255 = 4%

33
9
10

R + G + B ~ 7%. #21090A is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 9 + 10 = 52 (100%)
R 33 of 52 ~ 63.46%
G 9 of 52 ~ 17.31%
B 10 of 52 ~ 19.23'%

%63.46
%17.31
%19.23

CMYK color model

#21090A color CMYK value is (0,73,70,87).

  • cyan value is 0.00%
  • magenta value is 72.73%
  • yellow value is 69.70%
  • key color value is 87.06%

CMYK: (0,73,70,87)
C0M73Y70K87 (0%, 73%, 70%, 87%)
(0.00 / 0.73 / 0.70 / 0.87)

CMYK percentages

%0
%72.73
%69.7
%87.06

Codes

Color #21090A in popluar color models

21 09 0A
RGB 33 9 10
HSL 358° 57.14% 8.24%
HSB/HSV 358° 72.73% 12.94%
CMYK 0.00% 72.73% 69.70%
87.06%

Color #21090A in popluar number systems.

HEX 21 09 0A
Decimal 33 9 10
Binary 100001 1001 1010
Octal 41 11 12

Shades and tints

Shades of #21090A

#21090A
(33,9,10)
#1E090A
(30,9,10)
#1B090A
(27,9,10)
#18090A
(24,9,10)
#15090A
(21,9,10)
#12090A
(18,9,10)
#0F090A
(15,9,10)
#0C090A
(12,9,10)
#09090A
(9,9,10)
#06090A
(6,9,10)
#03090A
(3,9,10)
#000000
(0,0,0)

Tints of #21090A

#21090A
(33,9,10)
#351F20
(53,31,32)
#493536
(73,53,54)
#5D4B4C
(93,75,76)
#716162
(113,97,98)
#857778
(133,119,120)
#998D8E
(153,141,142)
#ADA3A4
(173,163,164)
#C1B9BA
(193,185,186)
#D5CFD0
(213,207,208)
#E9E5E6
(233,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21090A color. Also use rgb(33,9,10) instead hex code.

Text Font Color

.myTextColor { color: #21090A; }

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

This text font color is #21090A.

Background Color

.myBgColor { background-color: #21090A; }

<div style="background-color:#21090A">Inner text</div>

This div background color is #21090A.

Border color

.myBorderColor { border: 1px solid #21090A; }

<div style="border:3px solid #21090A">Div</div>

This div border color is #21090A.

Opacity

.myOpacity80 { color: #21090A; opacity: 0.8; }

<p style="color:#21090A;opacity:0.8;">80%</p>

Text with #21090A 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 #21090A;}

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

This text has shadow with #21090A color.


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

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

This text has shadow with #21090A primary color and red secondary color.


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

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

This text has shadow with #21090A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #21090A.

Preview

Color preview on black background

This text has color #21090A on black background.


Color preview on white background

This text has color #21090A on white background.


Black color preview on #21090A background

This text has black color on #21090A background.


White color preview on #21090A background

This text has white color on #21090A background.


Related colors

Complementary color

Complementary color for #hex is #DEF6F5.


I love getcolorcode.com

Triadic colors

1 #0A2109 and #090A21 with #21090A are triadic colors.

2 #0A0921 and #09210A with #21090A are triadic colors.