#212002

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

Shades of Maire #212002

Tints of Maire #212002

Color information

#212002 (or 0x212002) is unknown color: approx Maire. HEX triplet: 21, 20 and 02. RGB value is (33,32,2). Sum of RGB (Red+Green+Blue) = 33+32+2=67 (8% of max value = 765). Red value is 33 (13.28% from 255 or 49.25% from 67); Green value is 32 (12.89% from 255 or 47.76% from 67); Blue value is 2 (1.17% from 255 or 2.99% from 67); Max value from RGB is 33 - color contains mainly: red. Hex color #212002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212002 is #DEDFFD. Grayscale: #1D1D1D. Windows color (decimal): -14606334 or 139297. OLE color: 139297.

HSL color Cylindrical-coordinate representation of color #212002: hue angle of 58.06º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #212002 is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.87.

Color convert

RGB33322-
CMYK00.030.940.87
HSL58.06º88.57%6.86%-
HSV(B)58.06º93.94%12.94%-
XYZ1.151.360.26-
YUV28.88112.83130.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 49.25%
GREEN value IS 32 (12.89% from 255) = 47.76%
BLUE value IS 2 (1.17% from 255) = 2.99%
R=49.25%
G=47.76%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3332200.030.940.8758.0688.576.86
Hex21202035E573a597
Octal4140203136127721317
Binary10000110000010011101111010101111110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212002; }

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

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

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

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

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

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

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

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