#211F08

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

Shades of Maire #211F08

Tints of Maire #211F08

Color information

#211F08 (or 0x211F08) is unknown color: approx Maire. HEX triplet: 21, 1F and 08. RGB value is (33,31,8). Sum of RGB (Red+Green+Blue) = 33+31+8=72 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.83% from 72); Green value is 31 (12.5% from 255 or 43.06% from 72); Blue value is 8 (3.52% from 255 or 11.11% from 72); Max value from RGB is 33 - color contains mainly: red. Hex color #211F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211F08 is #DEE0F7. Grayscale: #1D1D1D. Windows color (decimal): -14606584 or 532257. OLE color: 532257.

HSL color Cylindrical-coordinate representation of color #211F08: hue angle of 55.2º degrees, saturation: 0.61, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #211F08 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.87.

Color convert

RGB33318-
CMYK00.060.760.87
HSL55.2º60.98%8.04%-
HSV(B)55.2º75.76%12.94%-
XYZ1.161.320.42-
YUV28.98116.16130.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 45.83%
GREEN value IS 31 (12.5% from 255) = 43.06%
BLUE value IS 8 (3.52% from 255) = 11.11%
R=45.83%
G=43.06%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.76
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3331800.060.760.8755.260.988.04
Hex211F8064C57373d8
Octal41371006114127677510
Binary1000011111110000110100110010101111101111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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