#110712

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

Shades of Mardi Gras #110712

Tints of Mardi Gras #110712

Color information

#110712 (or 0x110712) is unknown color: approx Mardi Gras. HEX triplet: 11, 07 and 12. RGB value is (17,7,18). Sum of RGB (Red+Green+Blue) = 17+7+18=42 (5% of max value = 765). Red value is 17 (7.03% from 255 or 40.48% from 42); Green value is 7 (3.12% from 255 or 16.67% from 42); Blue value is 18 (7.42% from 255 or 42.86% from 42); Max value from RGB is 18 - color contains mainly: blue. Hex color #110712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110712 is #EEF8ED. Grayscale: #0B0B0B. Windows color (decimal): -15661294 or 1181457. OLE color: 1181457.

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

Color convert

RGB17718-
CMYK0.060.6100.93
HSL294.55º44%4.9%-
HSV(B)294.55º61.11%7.06%-
XYZ0.420.310.61-
YUV11.24131.81132.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 40.48%
GREEN value IS 7 (3.12% from 255) = 16.67%
BLUE value IS 18 (7.42% from 255) = 42.86%
R=40.48%
G=16.67%
B=42.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal177180.060.6100.93294.55444.9
Hex1171263D05D1272c5
Octal217226750135447545
Binary100011111001011011110101011101100100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110712; }

 p { color: rgb(17,7,18); }

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

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

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

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

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

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

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