#211C12

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

Shades of Maire #211C12

Tints of Maire #211C12

Color information

#211C12 (or 0x211C12) is unknown color: approx Maire. HEX triplet: 21, 1C and 12. RGB value is (33,28,18). Sum of RGB (Red+Green+Blue) = 33+28+18=79 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.77% from 79); Green value is 28 (11.33% from 255 or 35.44% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 33 - color contains mainly: red. Hex color #211C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211C12 is #DEE3ED. Grayscale: #1C1C1C. Windows color (decimal): -14607342 or 1186849. OLE color: 1186849.

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

Color convert

RGB332818-
CMYK00.150.450.87
HSL40º29.41%10%-
HSV(B)40º45.45%12.94%-
XYZ1.151.20.74-
YUV28.35122.16131.31-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 41.77%
GREEN value IS 28 (11.33% from 255) = 35.44%
BLUE value IS 18 (7.42% from 255) = 22.78%
R=41.77%
G=35.44%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33281800.150.450.874029.4110
Hex211C120F2D57281da
Octal41342201755127503512
Binary1000011110010010011111011011010111101000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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