#110212

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

Shades of Mardi Gras #110212

Tints of Mardi Gras #110212

Color information

#110212 (or 0x110212) is unknown color: approx Mardi Gras. HEX triplet: 11, 02 and 12. RGB value is (17,2,18). Sum of RGB (Red+Green+Blue) = 17+2+18=37 (4% of max value = 765). Red value is 17 (7.03% from 255 or 45.95% from 37); Green value is 2 (1.17% from 255 or 5.41% from 37); Blue value is 18 (7.42% from 255 or 48.65% from 37); Max value from RGB is 18 - color contains mainly: blue. Hex color #110212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110212 is #EEFDED. Grayscale: #080808. Windows color (decimal): -15662574 or 1180177. OLE color: 1180177.

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

Color convert

RGB17218-
CMYK0.060.8900.93
HSL296.25º80%3.92%-
HSV(B)296.25º88.89%7.06%-
XYZ0.360.210.59-
YUV8.31133.47134.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 45.95%
GREEN value IS 2 (1.17% from 255) = 5.41%
BLUE value IS 18 (7.42% from 255) = 48.65%
R=45.95%
G=5.41%
B=48.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal172180.060.8900.93296.25803.92
Hex1121265905D128504
Octal21222613101354501204
Binary1000110100101101011001010111011001010001010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110212; }

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

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

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

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

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

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

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

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