#110011

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

Shades of Mardi Gras #110011

Tints of Mardi Gras #110011

Color information

#110011 (or 0x110011) is unknown color: approx Mardi Gras. HEX triplet: 11, 00 and 11. RGB value is (17,0,17). Sum of RGB (Red+Green+Blue) = 17+0+17=34 (4% of max value = 765). Red value is 17 (7.03% from 255 or 50% from 34); Green value is 0 (0.39% from 255 or 0% from 34); Blue value is 17 (7.03% from 255 or 50% from 34); Max value from RGB is 17 - color contains mainly: red, blue. Hex color #110011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110011 is #EEFFEE. Grayscale: #060606. Windows color (decimal): -15663087 or 1114129. OLE color: 1114129.

HSL color Cylindrical-coordinate representation of color #110011: hue angle of 300º 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 #110011 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB17017-
CMYK0100.93
HSL300º100%3.33%-
HSV(B)300º100%6.67%-
XYZ0.330.160.54-
YUV7.02133.63135.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 50%
R=50%
G=0%
B=50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal170170100.933001003.33
Hex1101106405D12c643
Octal21021014401354541443
Binary100010100010110010001011101100101100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110011; }

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

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

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

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

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

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

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

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