#110C11

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

Shades of Mardi Gras #110C11

Tints of Mardi Gras #110C11

Color information

#110C11 (or 0x110C11) is unknown color: approx Mardi Gras. HEX triplet: 11, 0C and 11. RGB value is (17,12,17). Sum of RGB (Red+Green+Blue) = 17+12+17=46 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.96% from 46); Green value is 12 (5.08% from 255 or 26.09% from 46); Blue value is 17 (7.03% from 255 or 36.96% from 46); Max value from RGB is 17 - color contains mainly: red, blue. Hex color #110C11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C11 is #EEF3EE. Grayscale: #0E0E0E. Windows color (decimal): -15660015 or 1117201. OLE color: 1117201.

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

Color convert

RGB171217-
CMYK00.2900.93
HSL300º17.24%5.69%-
HSV(B)300º29.41%6.67%-
XYZ0.460.420.59-
YUV14.06129.66130.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 36.96%
GREEN value IS 12 (5.08% from 255) = 26.09%
BLUE value IS 17 (7.03% from 255) = 36.96%
R=36.96%
G=26.09%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17121700.2900.9330017.245.69
Hex11C1101D05D12c116
Octal2114210350135454216
Binary100011100100010111010101110110010110010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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