#110110

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

Shades of Mardi Gras #110110

Tints of Mardi Gras #110110

Color information

#110110 (or 0x110110) is unknown color: approx Mardi Gras. HEX triplet: 11, 01 and 10. RGB value is (17,1,16). Sum of RGB (Red+Green+Blue) = 17+1+16=34 (4% of max value = 765). Red value is 17 (7.03% from 255 or 50% from 34); Green value is 1 (0.78% from 255 or 2.94% from 34); Blue value is 16 (6.64% from 255 or 47.06% from 34); Max value from RGB is 17 - color contains mainly: red. Hex color #110110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110110 is #EEFEEF. Grayscale: #070707. Windows color (decimal): -15662832 or 1048849. OLE color: 1048849.

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

Color convert

RGB17116-
CMYK00.940.060.93
HSL303.75º88.89%3.53%-
HSV(B)303.75º94.12%6.67%-
XYZ0.340.180.51-
YUV7.49132.8134.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 50%
GREEN value IS 1 (0.78% from 255) = 2.94%
BLUE value IS 16 (6.64% from 255) = 47.06%
R=50%
G=2.94%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1711600.940.060.93303.7588.893.53
Hex1111005E65D130594
Octal21120013661354601314
Binary100011100000101111011010111011001100001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110110; }

 p { color: rgb(17,1,16); }

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

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

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

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

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

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

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