#110012

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

Shades of Mardi Gras #110012

Tints of Mardi Gras #110012

Color information

#110012 (or 0x110012) is unknown color: approx Mardi Gras. HEX triplet: 11, 00 and 12. RGB value is (17,0,18). Sum of RGB (Red+Green+Blue) = 17+0+18=35 (4% of max value = 765). Red value is 17 (7.03% from 255 or 48.57% from 35); Green value is 0 (0.39% from 255 or 0% from 35); Blue value is 18 (7.42% from 255 or 51.43% from 35); Max value from RGB is 18 - color contains mainly: blue. Hex color #110012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110012 is #EEFFED. Grayscale: #070707. Windows color (decimal): -15663086 or 1179665. OLE color: 1179665.

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

Color convert

RGB17018-
CMYK0.06100.93
HSL296.67º100%3.53%-
HSV(B)296.67º100%7.06%-
XYZ0.340.160.59-
YUV7.14134.13135.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 48.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 51.43%
R=48.57%
G=0%
B=51.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal170180.06100.93296.671003.53
Hex1101266405D129644
Octal21022614401354511444
Binary100010100101101100100010111011001010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110012; }

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

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

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

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

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

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

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

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