#120110

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

Shades of Mardi Gras #120110

Tints of Mardi Gras #120110

Color information

#120110 (or 0x120110) is unknown color: approx Mardi Gras. HEX triplet: 12, 01 and 10. RGB value is (18,1,16). Sum of RGB (Red+Green+Blue) = 18+1+16=35 (4% of max value = 765). Red value is 18 (7.42% from 255 or 51.43% from 35); Green value is 1 (0.78% from 255 or 2.86% from 35); Blue value is 16 (6.64% from 255 or 45.71% from 35); Max value from RGB is 18 - color contains mainly: red. Hex color #120110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120110 is #EDFEEF. Grayscale: #070707. Windows color (decimal): -15597296 or 1048850. OLE color: 1048850.

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

Color convert

RGB18116-
CMYK00.940.110.93
HSL307.06º89.47%3.73%-
HSV(B)307.06º94.44%7.06%-
XYZ0.350.190.51-
YUV7.79132.63135.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 51.43%
GREEN value IS 1 (0.78% from 255) = 2.86%
BLUE value IS 16 (6.64% from 255) = 45.71%
R=51.43%
G=2.86%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1811600.940.110.93307.0689.473.73
Hex1211005EB5D133594
Octal221200136131354631314
Binary1001011000001011110101110111011001100111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120110; }

 p { color: rgb(18,1,16); }

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

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

 a { background-color: rgb(18,1,16); }

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

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

 span { border-color: rgb(18,1,16); }

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