#120513

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

Shades of Mardi Gras #120513

Tints of Mardi Gras #120513

Color information

#120513 (or 0x120513) is unknown color: approx Mardi Gras. HEX triplet: 12, 05 and 13. RGB value is (18,5,19). Sum of RGB (Red+Green+Blue) = 18+5+19=42 (5% of max value = 765). Red value is 18 (7.42% from 255 or 42.86% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 19 (7.81% from 255 or 45.24% from 42); Max value from RGB is 19 - color contains mainly: blue. Hex color #120513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120513 is #EDFAEC. Grayscale: #0A0A0A. Windows color (decimal): -15596269 or 1246482. OLE color: 1246482.

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

Color convert

RGB18519-
CMYK0.050.7400.93
HSL295.71º58.33%4.71%-
HSV(B)295.71º73.68%7.45%-
XYZ0.420.280.65-
YUV10.48132.81133.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 42.86%
GREEN value IS 5 (2.34% from 255) = 11.90%
BLUE value IS 19 (7.81% from 255) = 45.24%
R=42.86%
G=11.90%
B=45.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal185190.050.7400.93295.7158.334.71
Hex1251354A05D1283a5
Octal2252351120135450725
Binary1001010110011101100101001011101100101000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120513; }

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

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

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

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

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

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

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

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