#211E0B

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

Shades of Maire #211E0B

Tints of Maire #211E0B

Color information

#211E0B (or 0x211E0B) is unknown color: approx Maire. HEX triplet: 21, 1E and 0B. RGB value is (33,30,11). Sum of RGB (Red+Green+Blue) = 33+30+11=74 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44.59% from 74); Green value is 30 (12.11% from 255 or 40.54% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 33 - color contains mainly: red. Hex color #211E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211E0B is #DEE1F4. Grayscale: #1C1C1C. Windows color (decimal): -14606837 or 728609. OLE color: 728609.

HSL color Cylindrical-coordinate representation of color #211E0B: hue angle of 51.82º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #211E0B is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.87.

Color convert

RGB333011-
CMYK00.090.670.87
HSL51.82º50%8.63%-
HSV(B)51.82º66.67%12.94%-
XYZ1.151.280.5-
YUV28.73117.99131.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 44.59%
GREEN value IS 30 (12.11% from 255) = 40.54%
BLUE value IS 11 (4.69% from 255) = 14.86%
R=44.59%
G=40.54%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33301100.090.670.8751.82508.63
Hex211EB09435734329
Octal413613011103127646211
Binary10000111110101101001100001110101111101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,30,11); }

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

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

 a { background-color: rgb(33,30,11); }

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

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

 span { border-color: rgb(33,30,11); }

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