#120512

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

Shades of Mardi Gras #120512

Tints of Mardi Gras #120512

Color information

#120512 (or 0x120512) is unknown color: approx Mardi Gras. HEX triplet: 12, 05 and 12. RGB value is (18,5,18). Sum of RGB (Red+Green+Blue) = 18+5+18=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 18 (7.42% from 255 or 43.90% from 41); Max value from RGB is 18 - color contains mainly: red, blue. Hex color #120512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120512 is #EDFAED. Grayscale: #0A0A0A. Windows color (decimal): -15596270 or 1180946. OLE color: 1180946.

HSL color Cylindrical-coordinate representation of color #120512: hue angle of 300º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #120512 is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB18518-
CMYK00.7200.93
HSL300º56.52%4.51%-
HSV(B)300º72.22%7.06%-
XYZ0.410.280.6-
YUV10.37132.31133.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 43.90%
GREEN value IS 5 (2.34% from 255) = 12.20%
BLUE value IS 18 (7.42% from 255) = 43.90%
R=43.90%
G=12.20%
B=43.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1851800.7200.9330056.524.51
Hex1251204805D12c395
Octal2252201100135454715
Binary10010101100100100100001011101100101100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120512; }

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

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

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

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

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

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

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

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