#212012

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

Shades of Maire #212012

Tints of Maire #212012

Color information

#212012 (or 0x212012) is unknown color: approx Maire. HEX triplet: 21, 20 and 12. RGB value is (33,32,18). Sum of RGB (Red+Green+Blue) = 33+32+18=83 (10% of max value = 765). Red value is 33 (13.28% from 255 or 39.76% from 83); Green value is 32 (12.89% from 255 or 38.55% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 33 - color contains mainly: red. Hex color #212012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212012 is #DEDFED. Grayscale: #1E1E1E. Windows color (decimal): -14606318 or 1187873. OLE color: 1187873.

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

Color convert

RGB333218-
CMYK00.030.450.87
HSL56º29.41%10%-
HSV(B)56º45.45%12.94%-
XYZ1.251.40.78-
YUV30.7120.83129.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 39.76%
GREEN value IS 32 (12.89% from 255) = 38.55%
BLUE value IS 18 (7.42% from 255) = 21.69%
R=39.76%
G=38.55%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33321800.030.450.875629.4110
Hex212012032D57381da
Octal4140220355127703512
Binary100001100000100100111011011010111111000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212012; }

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

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

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

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

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

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

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

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