#211D08

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

Shades of Maire #211D08

Tints of Maire #211D08

Color information

#211D08 (or 0x211D08) is unknown color: approx Maire. HEX triplet: 21, 1D and 08. RGB value is (33,29,8). Sum of RGB (Red+Green+Blue) = 33+29+8=70 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.14% from 70); Green value is 29 (11.72% from 255 or 41.43% from 70); Blue value is 8 (3.52% from 255 or 11.43% from 70); Max value from RGB is 33 - color contains mainly: red. Hex color #211D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211D08 is #DEE2F7. Grayscale: #1B1B1B. Windows color (decimal): -14607096 or 531745. OLE color: 531745.

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

Color convert

RGB33298-
CMYK00.120.760.87
HSL50.4º60.98%8.04%-
HSV(B)50.4º75.76%12.94%-
XYZ1.111.220.41-
YUV27.8116.83131.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 47.14%
GREEN value IS 29 (11.72% from 255) = 41.43%
BLUE value IS 8 (3.52% from 255) = 11.43%
R=47.14%
G=41.43%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3329800.120.760.8750.460.988.04
Hex211D80C4C57323d8
Octal413510014114127627510
Binary10000111101100001100100110010101111100101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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