#212205

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

Shades of Maire #212205

Tints of Maire #212205

Color information

#212205 (or 0x212205) is unknown color: approx Maire. HEX triplet: 21, 22 and 05. RGB value is (33,34,5). Sum of RGB (Red+Green+Blue) = 33+34+5=72 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.83% from 72); Green value is 34 (13.67% from 255 or 47.22% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 34 - color contains mainly: green. Hex color #212205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212205 is #DEDDFA. Grayscale: #1E1E1E. Windows color (decimal): -14605819 or 336417. OLE color: 336417.

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

Color convert

RGB33345-
CMYK0.0300.850.87
HSL62.07º74.36%7.65%-
HSV(B)62.07º85.29%13.33%-
XYZ1.231.480.36-
YUV30.39113.67129.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 45.83%
GREEN value IS 34 (13.67% from 255) = 47.22%
BLUE value IS 5 (2.34% from 255) = 6.94%
R=45.83%
G=47.22%
B=6.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal333450.0300.850.8762.0774.367.65
Hex212253055573e4a8
Octal41425301251277611210
Binary1000011000101011101010101101011111111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212205; }

 p { color: rgb(33,34,5); }

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

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

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

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

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

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

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