#21210B

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

Shades of Maire #21210B

Tints of Maire #21210B

Color information

#21210B (or 0x21210B) is unknown color: approx Maire. HEX triplet: 21, 21 and 0B. RGB value is (33,33,11). Sum of RGB (Red+Green+Blue) = 33+33+11=77 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.86% from 77); Green value is 33 (13.28% from 255 or 42.86% from 77); Blue value is 11 (4.69% from 255 or 14.29% from 77); Max value from RGB is 33 - color contains mainly: red, green. Hex color #21210B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21210B is #DEDEF4. Grayscale: #1E1E1E. Windows color (decimal): -14606069 or 729377. OLE color: 729377.

HSL color Cylindrical-coordinate representation of color #21210B: hue angle of 60º 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 #21210B is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.87.

Color convert

RGB333311-
CMYK000.670.87
HSL60º50%8.63%-
HSV(B)60º66.67%12.94%-
XYZ1.231.440.53-
YUV30.49117129.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 42.86%
GREEN value IS 33 (13.28% from 255) = 42.86%
BLUE value IS 11 (4.69% from 255) = 14.29%
R=42.86%
G=42.86%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal333311000.670.8760508.63
Hex2121B0043573c329
Octal41411300103127746211
Binary100001100001101100100001110101111111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21210B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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