#130913

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

Shades of Mardi Gras #130913

Tints of Mardi Gras #130913

Color information

#130913 (or 0x130913) is unknown color: approx Mardi Gras. HEX triplet: 13, 09 and 13. RGB value is (19,9,19). Sum of RGB (Red+Green+Blue) = 19+9+19=47 (6% of max value = 765). Red value is 19 (7.81% from 255 or 40.43% from 47); Green value is 9 (3.91% from 255 or 19.15% from 47); Blue value is 19 (7.81% from 255 or 40.43% from 47); Max value from RGB is 19 - color contains mainly: red, blue. Hex color #130913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130913 is #ECF6EC. Grayscale: #0D0D0D. Windows color (decimal): -15529709 or 1247507. OLE color: 1247507.

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

Color convert

RGB19919-
CMYK00.5300.93
HSL300º35.71%5.49%-
HSV(B)300º52.63%7.45%-
XYZ0.480.380.66-
YUV13.13131.31132.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 40.43%
GREEN value IS 9 (3.91% from 255) = 19.15%
BLUE value IS 19 (7.81% from 255) = 40.43%
R=40.43%
G=19.15%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1991900.5300.9330035.715.49
Hex1391303505D12c245
Octal2311230650135454445
Binary10011100110011011010101011101100101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130913; }

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

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

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

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

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

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

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

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