#21200B

Color #21200B Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #21200B

Tints of Maire #21200B

Color information

#21200B (or 0x21200B) is unknown color: approx Maire. HEX triplet: 21, 20 and 0B. RGB value is (33,32,11). Sum of RGB (Red+Green+Blue) = 33+32+11=76 (10% of max value = 765). Red value is 33 (13.28% from 255 or 43.42% from 76); Green value is 32 (12.89% from 255 or 42.11% from 76); Blue value is 11 (4.69% from 255 or 14.47% from 76); Max value from RGB is 33 - color contains mainly: red. Hex color #21200B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21200B is #DEDFF4. Grayscale: #1D1D1D. Windows color (decimal): -14606325 or 729121. OLE color: 729121.

HSL color Cylindrical-coordinate representation of color #21200B: hue angle of 57.27º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #21200B is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.87.

Color convert

RGB333211-
CMYK00.030.670.87
HSL57.27º50%8.63%-
HSV(B)57.27º66.67%12.94%-
XYZ1.21.380.52-
YUV29.9117.33130.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 43.42%
GREEN value IS 32 (12.89% from 255) = 42.11%
BLUE value IS 11 (4.69% from 255) = 14.47%
R=43.42%
G=42.11%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33321100.030.670.8757.27508.63
Hex2120B03435739329
Octal41401303103127716211
Binary1000011000001011011100001110101111110011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21200B; }

 p { color: rgb(33,32,11); }

 H1.HeaderClassName
 {
   color: #21200B;
 }
 .AnyTagClassName
 {
   color: #21200B;
 }
</style>
background-color css

<style>
 a { background-color: #21200B; }

 a { background-color: rgb(33,32,11); }

 div.DivClassName
 {
   background-color: #21200B;
 }
 .BgClassName
 {
   background-color: #21200B;
 }
</style>
border-color css

<style>
 span { border-color: #21200B; }

 span { border-color: rgb(33,32,11); }

 td.TdClassName
 {
   border-color: #21200B;
 }
 .TagClassName
 {
   border-color: #21200B;
 }
</style>