#11000E

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

Shades of Mardi Gras #11000E

Tints of Mardi Gras #11000E

Color information

#11000E (or 0x11000E) is unknown color: approx Mardi Gras. HEX triplet: 11, 00 and 0E. RGB value is (17,0,14). Sum of RGB (Red+Green+Blue) = 17+0+14=31 (4% of max value = 765). Red value is 17 (7.03% from 255 or 54.84% from 31); Green value is 0 (0.39% from 255 or 0% from 31); Blue value is 14 (5.86% from 255 or 45.16% from 31); Max value from RGB is 17 - color contains mainly: red. Hex color #11000E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11000E is #EEFFF1. Grayscale: #060606. Windows color (decimal): -15663090 or 917521. OLE color: 917521.

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

Color convert

RGB17014-
CMYK010.180.93
HSL310.59º100%3.33%-
HSV(B)310.59º100%6.67%-
XYZ0.310.150.43-
YUV6.68132.13135.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 54.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 14 (5.86% from 255) = 45.16%
R=54.84%
G=0%
B=45.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.18
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17014010.180.93310.591003.33
Hex110E064125D137643
Octal210160144221354671443
Binary100010111001100100100101011101100110111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11000E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11000E; }

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

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

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

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

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

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

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

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