Shades of Mardi Gras #130B13
Tints of Mardi Gras #130B13
RGB
CMYK
RGB Variations
Color information
#130B13 (or 0x130B13) is known color: Mardi Gras. HEX triplet: 13, 0B and 13. RGB value is (19,11,19). Sum of RGB (Red+Green+Blue) = 19+11+19=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 11 (4.69% from 255 or 22.45% from 49); Blue value is 19 (7.81% from 255 or 38.78% from 49); Max value from RGB is 19 - color contains mainly: red, blue. Hex color #130B13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130B13 is #ECF4EC. Grayscale: #0E0E0E. Windows color (decimal): -15529197 or 1248019. OLE color: 1248019.
HSL color Cylindrical-coordinate representation of color #130B13: hue angle of 300º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #130B13 is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 11 | 19 | - |
| CMYK | 0 | 0.42 | 0 | 0.93 |
| HSL | 300º | 0.27% | 0.06% | - |
| HSV(B) | 300º | 0.42% | 0.07% | - |
| XYZ | 0.51 | 0.42 | 0.67 | - |
| YUV | 14.3 | 130.65 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 19 | 0 | 0.42 | 0 | 0.93 | 300 | 0.27 | 0.06 |
| Hex | 13 | B | 13 | 0 | 2A | 0 | 5D | 12C | 1B | 6 |
| Octal | 23 | 13 | 23 | 0 | 52 | 0 | 135 | 454 | 33 | 6 |
| Binary | 10011 | 1011 | 10011 | 0 | 101010 | 0 | 1011101 | 100101100 | 11011 | 110 |
Color Harmonies of #130B13
Complementary color
Monochromatic Colors of #130B13
Black with #130B13
Text Example
Text Example
White with #130B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130B13; }
p { color: rgb(19,11,19); }
H1.HeaderClassName
{
color: #130B13;
}
.AnyTagClassName
{
color: #130B13;
}
</style>
background-color css
<style>
a { background-color: #130B13; }
a { background-color: rgb(19,11,19); }
div.DivClassName
{
background-color: #130B13;
}
.BgClassName
{
background-color: #130B13;
}
</style>
border-color css
<style>
span { border-color: #130B13; }
span { border-color: rgb(19,11,19); }
td.TdClassName
{
border-color: #130B13;
}
.TagClassName
{
border-color: #130B13;
}
</style>