#120410

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

Shades of Mardi Gras #120410

Tints of Mardi Gras #120410

Color information

#120410 (or 0x120410) is unknown color: approx Mardi Gras. HEX triplet: 12, 04 and 10. RGB value is (18,4,16). Sum of RGB (Red+Green+Blue) = 18+4+16=38 (5% of max value = 765). Red value is 18 (7.42% from 255 or 47.37% from 38); Green value is 4 (1.95% from 255 or 10.53% from 38); Blue value is 16 (6.64% from 255 or 42.11% from 38); Max value from RGB is 18 - color contains mainly: red. Hex color #120410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120410 is #EDFBEF. Grayscale: #090909. Windows color (decimal): -15596528 or 1049618. OLE color: 1049618.

HSL color Cylindrical-coordinate representation of color #120410: hue angle of 308.57º 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 #120410 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB18416-
CMYK00.780.110.93
HSL308.57º63.64%4.31%-
HSV(B)308.57º77.78%7.06%-
XYZ0.390.250.52-
YUV9.55131.64134.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 47.37%
GREEN value IS 4 (1.95% from 255) = 10.53%
BLUE value IS 16 (6.64% from 255) = 42.11%
R=47.37%
G=10.53%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1841600.780.110.93308.5763.644.31
Hex1241004EB5D135404
Octal224200116131354651004
Binary100101001000001001110101110111011001101011000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120410; }

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

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

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

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

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

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

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

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