#211F14

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

Shades of Maire #211F14

Tints of Maire #211F14

Color information

#211F14 (or 0x211F14) is unknown color: approx Maire. HEX triplet: 21, 1F and 14. RGB value is (33,31,20). Sum of RGB (Red+Green+Blue) = 33+31+20=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 31 (12.5% from 255 or 36.90% from 84); Blue value is 20 (8.20% from 255 or 23.81% from 84); Max value from RGB is 33 - color contains mainly: red. Hex color #211F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211F14 is #DEE0EB. Grayscale: #1E1E1E. Windows color (decimal): -14606572 or 1318689. OLE color: 1318689.

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

Color convert

RGB333120-
CMYK00.060.390.87
HSL50.77º24.53%10.39%-
HSV(B)50.77º39.39%12.94%-
XYZ1.241.350.86-
YUV30.34122.16129.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 39.29%
GREEN value IS 31 (12.5% from 255) = 36.90%
BLUE value IS 20 (8.20% from 255) = 23.81%
R=39.29%
G=36.90%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33312000.060.390.8750.7724.5310.39
Hex211F140627573319a
Octal4137240647127633112
Binary100001111111010001101001111010111110011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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