#212005

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

Shades of Maire #212005

Tints of Maire #212005

Color information

#212005 (or 0x212005) is unknown color: approx Maire. HEX triplet: 21, 20 and 05. RGB value is (33,32,5). Sum of RGB (Red+Green+Blue) = 33+32+5=70 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.14% from 70); Green value is 32 (12.89% from 255 or 45.71% from 70); Blue value is 5 (2.34% from 255 or 7.14% from 70); Max value from RGB is 33 - color contains mainly: red. Hex color #212005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212005 is #DEDFFA. Grayscale: #1D1D1D. Windows color (decimal): -14606331 or 335905. OLE color: 335905.

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

Color convert

RGB33325-
CMYK00.030.850.87
HSL57.86º73.68%7.45%-
HSV(B)57.86º84.85%12.94%-
XYZ1.171.370.35-
YUV29.22114.33130.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 47.14%
GREEN value IS 32 (12.89% from 255) = 45.71%
BLUE value IS 5 (2.34% from 255) = 7.14%
R=47.14%
G=45.71%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.85
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3332500.030.850.8757.8673.687.45
Hex212050355573a4a7
Octal4140503125127721127
Binary100001100000101011101010110101111110101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212005; }

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

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

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

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

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

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

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

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