#130412

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

Shades of Mardi Gras #130412

Tints of Mardi Gras #130412

Color information

#130412 (or 0x130412) is unknown color: approx Mardi Gras. HEX triplet: 13, 04 and 12. RGB value is (19,4,18). Sum of RGB (Red+Green+Blue) = 19+4+18=41 (5% of max value = 765). Red value is 19 (7.81% from 255 or 46.34% from 41); Green value is 4 (1.95% from 255 or 9.76% from 41); Blue value is 18 (7.42% from 255 or 43.90% from 41); Max value from RGB is 19 - color contains mainly: red. Hex color #130412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130412 is #ECFBED. Grayscale: #0A0A0A. Windows color (decimal): -15530990 or 1180691. OLE color: 1180691.

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

Color convert

RGB19418-
CMYK00.790.050.93
HSL304º65.22%4.51%-
HSV(B)304º78.95%7.45%-
XYZ0.420.270.6-
YUV10.08132.47134.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 46.34%
GREEN value IS 4 (1.95% from 255) = 9.76%
BLUE value IS 18 (7.42% from 255) = 43.90%
R=46.34%
G=9.76%
B=43.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.05
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1941800.790.050.9330465.224.51
Hex1341204F55D130415
Octal23422011751354601015
Binary10011100100100100111110110111011001100001000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130412; }

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

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

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

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

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

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

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

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