#110910

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

Shades of Mardi Gras #110910

Tints of Mardi Gras #110910

Color information

#110910 (or 0x110910) is unknown color: approx Mardi Gras. HEX triplet: 11, 09 and 10. RGB value is (17,9,16). Sum of RGB (Red+Green+Blue) = 17+9+16=42 (5% of max value = 765). Red value is 17 (7.03% from 255 or 40.48% from 42); Green value is 9 (3.91% from 255 or 21.43% from 42); Blue value is 16 (6.64% from 255 or 38.10% from 42); Max value from RGB is 17 - color contains mainly: red. Hex color #110910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110910 is #EEF6EF. Grayscale: #0C0C0C. Windows color (decimal): -15660784 or 1050897. OLE color: 1050897.

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

Color convert

RGB17916-
CMYK00.470.060.93
HSL307.5º30.77%5.1%-
HSV(B)307.5º47.06%6.67%-
XYZ0.420.350.54-
YUV12.19130.15131.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 40.48%
GREEN value IS 9 (3.91% from 255) = 21.43%
BLUE value IS 16 (6.64% from 255) = 38.10%
R=40.48%
G=21.43%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1791600.470.060.93307.530.775.1
Hex1191002F65D1341f5
Octal2111200576135464375
Binary100011001100000101111110101110110011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110910; }

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

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

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

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

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

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

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

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