#110412

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

Shades of Mardi Gras #110412

Tints of Mardi Gras #110412

Color information

#110412 (or 0x110412) is unknown color: approx Mardi Gras. HEX triplet: 11, 04 and 12. RGB value is (17,4,18). Sum of RGB (Red+Green+Blue) = 17+4+18=39 (5% of max value = 765). Red value is 17 (7.03% from 255 or 43.59% from 39); Green value is 4 (1.95% from 255 or 10.26% from 39); Blue value is 18 (7.42% from 255 or 46.15% from 39); Max value from RGB is 18 - color contains mainly: blue. Hex color #110412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110412 is #EEFBED. Grayscale: #090909. Windows color (decimal): -15662062 or 1180689. OLE color: 1180689.

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

Color convert

RGB17418-
CMYK0.060.7800.93
HSL295.71º63.64%4.31%-
HSV(B)295.71º77.78%7.06%-
XYZ0.380.250.6-
YUV9.48132.81133.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 43.59%
GREEN value IS 4 (1.95% from 255) = 10.26%
BLUE value IS 18 (7.42% from 255) = 46.15%
R=43.59%
G=10.26%
B=46.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal174180.060.7800.93295.7163.644.31
Hex1141264E05D128404
Octal21422611601354501004
Binary10001100100101101001110010111011001010001000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110412; }

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

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

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

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

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

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

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

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