#211C0E

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

Shades of Maire #211C0E

Tints of Maire #211C0E

Color information

#211C0E (or 0x211C0E) is unknown color: approx Maire. HEX triplet: 21, 1C and 0E. RGB value is (33,28,14). Sum of RGB (Red+Green+Blue) = 33+28+14=75 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44% from 75); Green value is 28 (11.33% from 255 or 37.33% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 33 - color contains mainly: red. Hex color #211C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211C0E is #DEE3F1. Grayscale: #1B1B1B. Windows color (decimal): -14607346 or 924705. OLE color: 924705.

HSL color Cylindrical-coordinate representation of color #211C0E: hue angle of 44.21º 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 #211C0E is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.87.

Color convert

RGB332814-
CMYK00.150.580.87
HSL44.21º40.43%9.22%-
HSV(B)44.21º57.58%12.94%-
XYZ1.121.190.59-
YUV27.9120.16131.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 44%
GREEN value IS 28 (11.33% from 255) = 37.33%
BLUE value IS 14 (5.86% from 255) = 18.67%
R=44%
G=37.33%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33281400.150.580.8744.2140.439.22
Hex211CE0F3A572c289
Octal41341601772127545011
Binary1000011110011100111111101010101111011001010001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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