#130C13

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

Shades of Mardi Gras #130C13

Tints of Mardi Gras #130C13

Color information

#130C13 (or 0x130C13) is unknown color: approx Mardi Gras. HEX triplet: 13, 0C and 13. RGB value is (19,12,19). Sum of RGB (Red+Green+Blue) = 19+12+19=50 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38% from 50); Green value is 12 (5.08% from 255 or 24% from 50); Blue value is 19 (7.81% from 255 or 38% from 50); Max value from RGB is 19 - color contains mainly: red, blue. Hex color #130C13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130C13 is #ECF3EC. Grayscale: #0E0E0E. Windows color (decimal): -15528941 or 1248275. OLE color: 1248275.

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

Color convert

RGB191219-
CMYK00.3700.93
HSL300º22.58%6.08%-
HSV(B)300º36.84%7.45%-
XYZ0.520.450.68-
YUV14.89130.32130.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 38%
GREEN value IS 12 (5.08% from 255) = 24%
BLUE value IS 19 (7.81% from 255) = 38%
R=38%
G=24%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19121900.3700.9330022.586.08
Hex13C1302505D12c176
Octal2314230450135454276
Binary1001111001001101001010101110110010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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