Shades of Mardi Gras #140B13
Tints of Mardi Gras #140B13
RGB
CMYK
RGB Variations
Color information
#140B13 (or 0x140B13) is known color: Mardi Gras. HEX triplet: 14, 0B and 13. RGB value is (20,11,19). Sum of RGB (Red+Green+Blue) = 20+11+19=50 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40% from 50); Green value is 11 (4.69% from 255 or 22% from 50); Blue value is 19 (7.81% from 255 or 38% from 50); Max value from RGB is 20 - color contains mainly: red. Hex color #140B13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140B13 is #EBF4EC. Grayscale: #0E0E0E. Windows color (decimal): -15463661 or 1248020. OLE color: 1248020.
HSL color Cylindrical-coordinate representation of color #140B13: hue angle of 306.67º degrees, saturation: 0.29, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #140B13 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 11 | 19 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.92 |
| HSL | 306.67º | 0.29% | 0.06% | - |
| HSV(B) | 306.67º | 0.45% | 0.08% | - |
| XYZ | 0.53 | 0.44 | 0.67 | - |
| YUV | 14.6 | 130.48 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 11 | 19 | 0 | 0.45 | 0.05 | 0.92 | 306.67 | 0.29 | 0.06 |
| Hex | 14 | B | 13 | 0 | 2D | 5 | 5C | 133 | 1D | 6 |
| Octal | 24 | 13 | 23 | 0 | 55 | 5 | 134 | 463 | 35 | 6 |
| Binary | 10100 | 1011 | 10011 | 0 | 101101 | 101 | 1011100 | 100110011 | 11101 | 110 |
Color Harmonies of #140B13
Complementary color
Monochromatic Colors of #140B13
Black with #140B13
Text Example
Text Example
White with #140B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140B13; }
p { color: rgb(20,11,19); }
H1.HeaderClassName
{
color: #140B13;
}
.AnyTagClassName
{
color: #140B13;
}
</style>
background-color css
<style>
a { background-color: #140B13; }
a { background-color: rgb(20,11,19); }
div.DivClassName
{
background-color: #140B13;
}
.BgClassName
{
background-color: #140B13;
}
</style>
border-color css
<style>
span { border-color: #140B13; }
span { border-color: rgb(20,11,19); }
td.TdClassName
{
border-color: #140B13;
}
.TagClassName
{
border-color: #140B13;
}
</style>