#211C10

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

Shades of Maire #211C10

Tints of Maire #211C10

Color information

#211C10 (or 0x211C10) is unknown color: approx Maire. HEX triplet: 21, 1C and 10. RGB value is (33,28,16). Sum of RGB (Red+Green+Blue) = 33+28+16=77 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.86% from 77); Green value is 28 (11.33% from 255 or 36.36% from 77); Blue value is 16 (6.64% from 255 or 20.78% from 77); Max value from RGB is 33 - color contains mainly: red. Hex color #211C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211C10 is #DEE3EF. Grayscale: #1C1C1C. Windows color (decimal): -14607344 or 1055777. OLE color: 1055777.

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

Color convert

RGB332816-
CMYK00.150.520.87
HSL42.35º34.69%9.61%-
HSV(B)42.35º51.52%12.94%-
XYZ1.141.190.66-
YUV28.13121.16131.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 42.86%
GREEN value IS 28 (11.33% from 255) = 36.36%
BLUE value IS 16 (6.64% from 255) = 20.78%
R=42.86%
G=36.36%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33281600.150.520.8742.3534.699.61
Hex211C100F34572a23a
Octal41342001764127524312
Binary10000111100100000111111010010101111010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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