#211F12

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

Shades of Maire #211F12

Tints of Maire #211F12

Color information

#211F12 (or 0x211F12) is unknown color: approx Maire. HEX triplet: 21, 1F and 12. RGB value is (33,31,18). Sum of RGB (Red+Green+Blue) = 33+31+18=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 31 (12.5% from 255 or 37.80% from 82); Blue value is 18 (7.42% from 255 or 21.95% from 82); Max value from RGB is 33 - color contains mainly: red. Hex color #211F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211F12 is #DEE0ED. Grayscale: #1E1E1E. Windows color (decimal): -14606574 or 1187617. OLE color: 1187617.

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

Color convert

RGB333118-
CMYK00.060.450.87
HSL52º29.41%10%-
HSV(B)52º45.45%12.94%-
XYZ1.231.350.77-
YUV30.12121.16130.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.24%
GREEN value IS 31 (12.5% from 255) = 37.80%
BLUE value IS 18 (7.42% from 255) = 21.95%
R=40.24%
G=37.80%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33311800.060.450.875229.4110
Hex211F12062D57341da
Octal4137220655127643512
Binary100001111111001001101011011010111110100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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