#130F13

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

Shades of Mardi Gras #130F13

Tints of Mardi Gras #130F13

Color information

#130F13 (or 0x130F13) is unknown color: approx Mardi Gras. HEX triplet: 13, 0F and 13. RGB value is (19,15,19). Sum of RGB (Red+Green+Blue) = 19+15+19=53 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.85% from 53); Green value is 15 (6.25% from 255 or 28.30% from 53); Blue value is 19 (7.81% from 255 or 35.85% from 53); Max value from RGB is 19 - color contains mainly: red, blue. Hex color #130F13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130F13 is #ECF0EC. Grayscale: #101010. Windows color (decimal): -15528173 or 1249043. OLE color: 1249043.

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

Color convert

RGB191519-
CMYK00.2100.93
HSL300º11.76%6.67%-
HSV(B)300º21.05%7.45%-
XYZ0.560.530.69-
YUV16.65129.33129.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 35.85%
GREEN value IS 15 (6.25% from 255) = 28.30%
BLUE value IS 19 (7.81% from 255) = 35.85%
R=35.85%
G=28.30%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19151900.2100.9330011.766.67
Hex13F1301505D12cc7
Octal2317230250135454147
Binary10011111110011010101010111011001011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130F13; }

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

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

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

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

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

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

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

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