#130713

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

Shades of Mardi Gras #130713

Tints of Mardi Gras #130713

Color information

#130713 (or 0x130713) is unknown color: approx Mardi Gras. HEX triplet: 13, 07 and 13. RGB value is (19,7,19). Sum of RGB (Red+Green+Blue) = 19+7+19=45 (5% of max value = 765). Red value is 19 (7.81% from 255 or 42.22% from 45); Green value is 7 (3.12% from 255 or 15.56% from 45); Blue value is 19 (7.81% from 255 or 42.22% from 45); Max value from RGB is 19 - color contains mainly: red, blue. Hex color #130713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130713 is #ECF8EC. Grayscale: #0B0B0B. Windows color (decimal): -15530221 or 1246995. OLE color: 1246995.

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

Color convert

RGB19719-
CMYK00.6300.93
HSL300º46.15%5.1%-
HSV(B)300º63.16%7.45%-
XYZ0.460.340.66-
YUV11.96131.98133.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 42.22%
GREEN value IS 7 (3.12% from 255) = 15.56%
BLUE value IS 19 (7.81% from 255) = 42.22%
R=42.22%
G=15.56%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1971900.6300.9330046.155.1
Hex1371303F05D12c2e5
Octal237230770135454565
Binary1001111110011011111101011101100101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130713; }

 p { color: rgb(19,7,19); }

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

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

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

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

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

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

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