#211C11

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

Shades of Maire #211C11

Tints of Maire #211C11

Color information

#211C11 (or 0x211C11) is unknown color: approx Maire. HEX triplet: 21, 1C and 11. RGB value is (33,28,17). Sum of RGB (Red+Green+Blue) = 33+28+17=78 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.31% from 78); Green value is 28 (11.33% from 255 or 35.90% from 78); Blue value is 17 (7.03% from 255 or 21.79% from 78); Max value from RGB is 33 - color contains mainly: red. Hex color #211C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211C11 is #DEE3EE. Grayscale: #1C1C1C. Windows color (decimal): -14607343 or 1121313. OLE color: 1121313.

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

Color convert

RGB332817-
CMYK00.150.480.87
HSL41.25º32%9.8%-
HSV(B)41.25º48.48%12.94%-
XYZ1.141.190.7-
YUV28.24121.66131.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 42.31%
GREEN value IS 28 (11.33% from 255) = 35.90%
BLUE value IS 17 (7.03% from 255) = 21.79%
R=42.31%
G=35.90%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33281700.150.480.8741.25329.8
Hex211C110F30572920a
Octal41342101760127514012
Binary10000111100100010111111000010101111010011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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