#211C0F

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

Shades of Maire #211C0F

Tints of Maire #211C0F

Color information

#211C0F (or 0x211C0F) is unknown color: approx Maire. HEX triplet: 21, 1C and 0F. RGB value is (33,28,15). Sum of RGB (Red+Green+Blue) = 33+28+15=76 (10% of max value = 765). Red value is 33 (13.28% from 255 or 43.42% from 76); Green value is 28 (11.33% from 255 or 36.84% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 33 - color contains mainly: red. Hex color #211C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211C0F is #DEE3F0. Grayscale: #1C1C1C. Windows color (decimal): -14607345 or 990241. OLE color: 990241.

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

Color convert

RGB332815-
CMYK00.150.550.87
HSL43.33º37.5%9.41%-
HSV(B)43.33º54.55%12.94%-
XYZ1.131.190.62-
YUV28.01120.66131.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 43.42%
GREEN value IS 28 (11.33% from 255) = 36.84%
BLUE value IS 15 (6.25% from 255) = 19.74%
R=43.42%
G=36.84%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33281500.150.550.8743.3337.59.41
Hex211CF0F37572b269
Octal41341701767127534611
Binary1000011110011110111111011110101111010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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