#110010

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

Shades of Mardi Gras #110010

Tints of Mardi Gras #110010

Color information

#110010 (or 0x110010) is unknown color: approx Mardi Gras. HEX triplet: 11, 00 and 10. RGB value is (17,0,16). Sum of RGB (Red+Green+Blue) = 17+0+16=33 (4% of max value = 765). Red value is 17 (7.03% from 255 or 51.52% from 33); Green value is 0 (0.39% from 255 or 0% from 33); Blue value is 16 (6.64% from 255 or 48.48% from 33); Max value from RGB is 17 - color contains mainly: red. Hex color #110010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110010 is #EEFFEF. Grayscale: #060606. Windows color (decimal): -15663088 or 1048593. OLE color: 1048593.

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

Color convert

RGB17016-
CMYK010.060.93
HSL303.53º100%3.33%-
HSV(B)303.53º100%6.67%-
XYZ0.320.160.5-
YUV6.91133.13135.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 51.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 48.48%
R=51.52%
G=0%
B=48.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17016010.060.93303.531003.33
Hex1101006465D130643
Octal21020014461354601443
Binary10001010000011001001101011101100110000110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110010; }

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

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

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

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

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

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

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

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