#120210

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

Shades of Mardi Gras #120210

Tints of Mardi Gras #120210

Color information

#120210 (or 0x120210) is unknown color: approx Mardi Gras. HEX triplet: 12, 02 and 10. RGB value is (18,2,16). Sum of RGB (Red+Green+Blue) = 18+2+16=36 (4% of max value = 765). Red value is 18 (7.42% from 255 or 50% from 36); Green value is 2 (1.17% from 255 or 5.56% from 36); Blue value is 16 (6.64% from 255 or 44.44% from 36); Max value from RGB is 18 - color contains mainly: red. Hex color #120210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120210 is #EDFDEF. Grayscale: #080808. Windows color (decimal): -15597040 or 1049106. OLE color: 1049106.

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

Color convert

RGB18216-
CMYK00.890.110.93
HSL307.5º80%3.92%-
HSV(B)307.5º88.89%7.06%-
XYZ0.360.210.51-
YUV8.38132.3134.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 50%
GREEN value IS 2 (1.17% from 255) = 5.56%
BLUE value IS 16 (6.64% from 255) = 44.44%
R=50%
G=5.56%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1821600.890.110.93307.5803.92
Hex12210059B5D134504
Octal222200131131354641204
Binary10010101000001011001101110111011001101001010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120210; }

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

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

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

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

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

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

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

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