#110211

Color #110211 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #110211

Tints of Mardi Gras #110211

Color information

#110211 (or 0x110211) is unknown color: approx Mardi Gras. HEX triplet: 11, 02 and 11. RGB value is (17,2,17). Sum of RGB (Red+Green+Blue) = 17+2+17=36 (4% of max value = 765). Red value is 17 (7.03% from 255 or 47.22% from 36); Green value is 2 (1.17% from 255 or 5.56% from 36); Blue value is 17 (7.03% from 255 or 47.22% from 36); Max value from RGB is 17 - color contains mainly: red, blue. Hex color #110211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110211 is #EEFDEE. Grayscale: #080808. Windows color (decimal): -15662575 or 1114641. OLE color: 1114641.

HSL color Cylindrical-coordinate representation of color #110211: hue angle of 300º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #110211 is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB17217-
CMYK00.8800.93
HSL300º78.95%3.73%-
HSV(B)300º88.24%6.67%-
XYZ0.350.20.55-
YUV8.2132.97134.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 47.22%
GREEN value IS 2 (1.17% from 255) = 5.56%
BLUE value IS 17 (7.03% from 255) = 47.22%
R=47.22%
G=5.56%
B=47.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1721700.8800.9330078.953.73
Hex1121105805D12c4f4
Octal21221013001354541174
Binary10001101000101011000010111011001011001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110211; }

 p { color: rgb(17,2,17); }

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

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

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

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

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

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

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