Shades of Mardi Gras #140B14
Tints of Mardi Gras #140B14
RGB
CMYK
RGB Variations
Color information
#140B14 (or 0x140B14) is known color: Mardi Gras. HEX triplet: 14, 0B and 14. RGB value is (20,11,20). Sum of RGB (Red+Green+Blue) = 20+11+20=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 11 (4.69% from 255 or 21.57% from 51); Blue value is 20 (8.20% from 255 or 39.22% from 51); Max value from RGB is 20 - color contains mainly: red, blue. Hex color #140B14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140B14 is #EBF4EB. Grayscale: #0E0E0E. Windows color (decimal): -15463660 or 1313556. OLE color: 1313556.
HSL color Cylindrical-coordinate representation of color #140B14: hue angle of 300º 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 #140B14 is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 11 | 20 | - |
| CMYK | 0 | 0.45 | 0 | 0.92 |
| HSL | 300º | 0.29% | 0.06% | - |
| HSV(B) | 300º | 0.45% | 0.08% | - |
| XYZ | 0.53 | 0.44 | 0.72 | - |
| YUV | 14.72 | 130.98 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 11 | 20 | 0 | 0.45 | 0 | 0.92 | 300 | 0.29 | 0.06 |
| Hex | 14 | B | 14 | 0 | 2D | 0 | 5C | 12C | 1D | 6 |
| Octal | 24 | 13 | 24 | 0 | 55 | 0 | 134 | 454 | 35 | 6 |
| Binary | 10100 | 1011 | 10100 | 0 | 101101 | 0 | 1011100 | 100101100 | 11101 | 110 |
Color Harmonies of #140B14
Complementary color
Monochromatic Colors of #140B14
Black with #140B14
Text Example
Text Example
White with #140B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140B14; }
p { color: rgb(20,11,20); }
H1.HeaderClassName
{
color: #140B14;
}
.AnyTagClassName
{
color: #140B14;
}
</style>
background-color css
<style>
a { background-color: #140B14; }
a { background-color: rgb(20,11,20); }
div.DivClassName
{
background-color: #140B14;
}
.BgClassName
{
background-color: #140B14;
}
</style>
border-color css
<style>
span { border-color: #140B14; }
span { border-color: rgb(20,11,20); }
td.TdClassName
{
border-color: #140B14;
}
.TagClassName
{
border-color: #140B14;
}
</style>