#211F0E

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

Shades of Maire #211F0E

Tints of Maire #211F0E

Color information

#211F0E (or 0x211F0E) is unknown color: approx Maire. HEX triplet: 21, 1F and 0E. RGB value is (33,31,14). Sum of RGB (Red+Green+Blue) = 33+31+14=78 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.31% from 78); Green value is 31 (12.5% from 255 or 39.74% from 78); Blue value is 14 (5.86% from 255 or 17.95% from 78); Max value from RGB is 33 - color contains mainly: red. Hex color #211F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211F0E is #DEE0F1. Grayscale: #1D1D1D. Windows color (decimal): -14606578 or 925473. OLE color: 925473.

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

Color convert

RGB333114-
CMYK00.060.580.87
HSL53.68º40.43%9.22%-
HSV(B)53.68º57.58%12.94%-
XYZ1.21.340.61-
YUV29.66119.16130.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 42.31%
GREEN value IS 31 (12.5% from 255) = 39.74%
BLUE value IS 14 (5.86% from 255) = 17.95%
R=42.31%
G=39.74%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33311400.060.580.8753.6840.439.22
Hex211FE063A5736289
Octal4137160672127665011
Binary100001111111110011011101010101111101101010001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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