#131013

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

Shades of Mardi Gras #131013

Tints of Mardi Gras #131013

Color information

#131013 (or 0x131013) is unknown color: approx Mardi Gras. HEX triplet: 13, 10 and 13. RGB value is (19,16,19). Sum of RGB (Red+Green+Blue) = 19+16+19=54 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.19% from 54); Green value is 16 (6.64% from 255 or 29.63% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 19 - color contains mainly: red, blue. Hex color #131013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131013 is #ECEFEC. Grayscale: #111111. Windows color (decimal): -15527917 or 1249299. OLE color: 1249299.

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

Color convert

RGB191619-
CMYK00.1600.93
HSL300º8.57%6.86%-
HSV(B)300º15.79%7.45%-
XYZ0.570.560.69-
YUV17.24128.99129.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 35.19%
GREEN value IS 16 (6.64% from 255) = 29.63%
BLUE value IS 19 (7.81% from 255) = 35.19%
R=35.19%
G=29.63%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19161900.1600.933008.576.86
Hex13101301005D12c97
Octal2320230200135454117
Binary100111000010011010000010111011001011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131013; }

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

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

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

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

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

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

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

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