#130714

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

Shades of Mardi Gras #130714

Tints of Mardi Gras #130714

Color information

#130714 (or 0x130714) is unknown color: approx Mardi Gras. HEX triplet: 13, 07 and 14. RGB value is (19,7,20). Sum of RGB (Red+Green+Blue) = 19+7+20=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 7 (3.12% from 255 or 15.22% from 46); Blue value is 20 (8.20% from 255 or 43.48% from 46); Max value from RGB is 20 - color contains mainly: blue. Hex color #130714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130714 is #ECF8EB. Grayscale: #0C0C0C. Windows color (decimal): -15530220 or 1312531. OLE color: 1312531.

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

Color convert

RGB19720-
CMYK0.050.6500.92
HSL295.38º48.15%5.29%-
HSV(B)295.38º65%7.84%-
XYZ0.470.340.7-
YUV12.07132.48132.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 41.30%
GREEN value IS 7 (3.12% from 255) = 15.22%
BLUE value IS 20 (8.20% from 255) = 43.48%
R=41.30%
G=15.22%
B=43.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal197200.050.6500.92295.3848.155.29
Hex1371454105C127305
Octal2372451010134447605
Binary1001111110100101100000101011100100100111110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130714; }

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

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

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

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

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

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

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

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