#211E0D

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

Shades of Maire #211E0D

Tints of Maire #211E0D

Color information

#211E0D (or 0x211E0D) is unknown color: approx Maire. HEX triplet: 21, 1E and 0D. RGB value is (33,30,13). Sum of RGB (Red+Green+Blue) = 33+30+13=76 (10% of max value = 765). Red value is 33 (13.28% from 255 or 43.42% from 76); Green value is 30 (12.11% from 255 or 39.47% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 33 - color contains mainly: red. Hex color #211E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211E0D is #DEE1F2. Grayscale: #1D1D1D. Windows color (decimal): -14606835 or 859681. OLE color: 859681.

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

Color convert

RGB333013-
CMYK00.090.610.87
HSL51º43.48%9.02%-
HSV(B)51º60.61%12.94%-
XYZ1.161.280.57-
YUV28.96118.99130.88-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 43.42%
GREEN value IS 30 (12.11% from 255) = 39.47%
BLUE value IS 13 (5.47% from 255) = 17.11%
R=43.42%
G=39.47%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33301300.090.610.875143.489.02
Hex211ED093D57332b9
Octal41361501175127635311
Binary1000011111011010100111110110101111100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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