#211F05

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

Shades of Maire #211F05

Tints of Maire #211F05

Color information

#211F05 (or 0x211F05) is unknown color: approx Maire. HEX triplet: 21, 1F and 05. RGB value is (33,31,5). Sum of RGB (Red+Green+Blue) = 33+31+5=69 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.83% from 69); Green value is 31 (12.5% from 255 or 44.93% from 69); Blue value is 5 (2.34% from 255 or 7.25% from 69); Max value from RGB is 33 - color contains mainly: red. Hex color #211F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211F05 is #DEE0FA. Grayscale: #1C1C1C. Windows color (decimal): -14606587 or 335649. OLE color: 335649.

HSL color Cylindrical-coordinate representation of color #211F05: hue angle of 55.71º 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 #211F05 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.87.

Color convert

RGB33315-
CMYK00.060.850.87
HSL55.71º73.68%7.45%-
HSV(B)55.71º84.85%12.94%-
XYZ1.141.310.34-
YUV28.63114.66131.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 47.83%
GREEN value IS 31 (12.5% from 255) = 44.93%
BLUE value IS 5 (2.34% from 255) = 7.25%
R=47.83%
G=44.93%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.85
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3331500.060.850.8755.7173.687.45
Hex211F5065557384a7
Octal4137506125127701127
Binary100001111111010110101010110101111110001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211F05; }

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

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

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

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

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

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

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

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