#130514

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

Shades of Mardi Gras #130514

Tints of Mardi Gras #130514

Color information

#130514 (or 0x130514) is unknown color: approx Mardi Gras. HEX triplet: 13, 05 and 14. RGB value is (19,5,20). Sum of RGB (Red+Green+Blue) = 19+5+20=44 (5% of max value = 765). Red value is 19 (7.81% from 255 or 43.18% from 44); Green value is 5 (2.34% from 255 or 11.36% from 44); Blue value is 20 (8.20% from 255 or 45.45% from 44); Max value from RGB is 20 - color contains mainly: blue. Hex color #130514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130514 is #ECFAEB. Grayscale: #0A0A0A. Windows color (decimal): -15530732 or 1312019. OLE color: 1312019.

HSL color Cylindrical-coordinate representation of color #130514: hue angle of 296º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #130514 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB19520-
CMYK0.050.7500.92
HSL296º60%4.9%-
HSV(B)296º75%7.84%-
XYZ0.450.30.7-
YUV10.9133.14133.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 43.18%
GREEN value IS 5 (2.34% from 255) = 11.36%
BLUE value IS 20 (8.20% from 255) = 45.45%
R=43.18%
G=11.36%
B=45.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal195200.050.7500.92296604.9
Hex1351454B05C1283c5
Octal2352451130134450745
Binary1001110110100101100101101011100100101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130514; }

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

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

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

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

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

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

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

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