#110512

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

Shades of Mardi Gras #110512

Tints of Mardi Gras #110512

Color information

#110512 (or 0x110512) is unknown color: approx Mardi Gras. HEX triplet: 11, 05 and 12. RGB value is (17,5,18). Sum of RGB (Red+Green+Blue) = 17+5+18=40 (5% of max value = 765). Red value is 17 (7.03% from 255 or 42.5% from 40); Green value is 5 (2.34% from 255 or 12.5% from 40); Blue value is 18 (7.42% from 255 or 45% from 40); Max value from RGB is 18 - color contains mainly: blue. Hex color #110512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110512 is #EEFAED. Grayscale: #0A0A0A. Windows color (decimal): -15661806 or 1180945. OLE color: 1180945.

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

Color convert

RGB17518-
CMYK0.060.7200.93
HSL295.38º56.52%4.51%-
HSV(B)295.38º72.22%7.06%-
XYZ0.390.270.6-
YUV10.07132.48132.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 42.5%
GREEN value IS 5 (2.34% from 255) = 12.5%
BLUE value IS 18 (7.42% from 255) = 45%
R=42.5%
G=12.5%
B=45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal175180.060.7200.93295.3856.524.51
Hex1151264805D127395
Octal2152261100135447715
Binary1000110110010110100100001011101100100111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110512; }

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

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

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

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

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

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

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

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