#120212

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

Shades of Mardi Gras #120212

Tints of Mardi Gras #120212

Color information

#120212 (or 0x120212) is unknown color: approx Mardi Gras. HEX triplet: 12, 02 and 12. RGB value is (18,2,18). Sum of RGB (Red+Green+Blue) = 18+2+18=38 (5% of max value = 765). Red value is 18 (7.42% from 255 or 47.37% from 38); Green value is 2 (1.17% from 255 or 5.26% from 38); Blue value is 18 (7.42% from 255 or 47.37% from 38); Max value from RGB is 18 - color contains mainly: red, blue. Hex color #120212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120212 is #EDFDED. Grayscale: #080808. Windows color (decimal): -15597038 or 1180178. OLE color: 1180178.

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

Color convert

RGB18218-
CMYK00.8900.93
HSL300º80%3.92%-
HSV(B)300º88.89%7.06%-
XYZ0.380.220.59-
YUV8.61133.3134.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 47.37%
GREEN value IS 2 (1.17% from 255) = 5.26%
BLUE value IS 18 (7.42% from 255) = 47.37%
R=47.37%
G=5.26%
B=47.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1821800.8900.93300803.92
Hex1221205905D12c504
Octal22222013101354541204
Binary10010101001001011001010111011001011001010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120212; }

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

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

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

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

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

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

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

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