#212010

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

Shades of Maire #212010

Tints of Maire #212010

Color information

#212010 (or 0x212010) is unknown color: approx Maire. HEX triplet: 21, 20 and 10. RGB value is (33,32,16). Sum of RGB (Red+Green+Blue) = 33+32+16=81 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.74% from 81); Green value is 32 (12.89% from 255 or 39.51% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 33 - color contains mainly: red. Hex color #212010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212010 is #DEDFEF. Grayscale: #1E1E1E. Windows color (decimal): -14606320 or 1056801. OLE color: 1056801.

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

Color convert

RGB333216-
CMYK00.030.520.87
HSL56.47º34.69%9.61%-
HSV(B)56.47º51.52%12.94%-
XYZ1.241.390.69-
YUV30.48119.83129.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.74%
GREEN value IS 32 (12.89% from 255) = 39.51%
BLUE value IS 16 (6.64% from 255) = 19.75%
R=40.74%
G=39.51%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33321600.030.520.8756.4734.699.61
Hex2120100334573823a
Octal4140200364127704312
Binary1000011000001000001111010010101111110001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212010; }

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

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

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

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

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

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

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

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