#131113

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

Shades of Mardi Gras #131113

Tints of Mardi Gras #131113

Color information

#131113 (or 0x131113) is unknown color: approx Mardi Gras. HEX triplet: 13, 11 and 13. RGB value is (19,17,19). Sum of RGB (Red+Green+Blue) = 19+17+19=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 17 (7.03% from 255 or 30.91% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 19 - color contains mainly: red, blue. Hex color #131113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131113 is #ECEEEC. Grayscale: #111111. Windows color (decimal): -15527661 or 1249555. OLE color: 1249555.

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

Color convert

RGB191719-
CMYK00.1100.93
HSL300º5.56%7.06%-
HSV(B)300º10.53%7.45%-
XYZ0.590.590.7-
YUV17.83128.66128.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 34.55%
GREEN value IS 17 (7.03% from 255) = 30.91%
BLUE value IS 19 (7.81% from 255) = 34.55%
R=34.55%
G=30.91%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19171900.1100.933005.567.06
Hex1311130B05D12c67
Octal232123013013545467
Binary1001110001100110101101011101100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131113; }

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

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

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

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

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

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

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

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