Shades of Mardi Gras #0B000A
Tints of Mardi Gras #0B000A
RGB
CMYK
RGB Variations
Color information
#0B000A (or 0x0B000A) is known color: Mardi Gras. HEX triplet: 0B, 00 and 0A. RGB value is (11,0,10). Sum of RGB (Red+Green+Blue) = 11+0+10=21 (2% of max value = 765). Red value is 11 (4.69% from 255 or 52.38% from 21); Green value is 0 (0.39% from 255 or 0% from 21); Blue value is 10 (4.30% from 255 or 47.62% from 21); Max value from RGB is 11 - color contains mainly: red. Hex color #0B000A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B000A is #F4FFF5. Grayscale: #040404. Windows color (decimal): -16056310 or 655371. OLE color: 655371.
HSL color Cylindrical-coordinate representation of color #0B000A: hue angle of 305.45º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B000A is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 11 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.09 | 0.96 |
| HSL | 305.45º | 1% | 0.02% | - |
| HSV(B) | 305.45º | 1% | 0.04% | - |
| XYZ | 0.19 | 0.09 | 0.29 | - |
| YUV | 4.43 | 131.14 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 0 | 10 | 0 | 1 | 0.09 | 0.96 | 305.45 | 1 | 0.02 |
| Hex | B | 0 | A | 0 | 64 | 9 | 60 | 131 | 64 | 2 |
| Octal | 13 | 0 | 12 | 0 | 144 | 11 | 140 | 461 | 144 | 2 |
| Binary | 1011 | 0 | 1010 | 0 | 1100100 | 1001 | 1100000 | 100110001 | 1100100 | 10 |
Color Harmonies of #0B000A
Complementary color
Monochromatic Colors of #0B000A
Black with #0B000A
Text Example
Text Example
White with #0B000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B000A; }
p { color: rgb(11,0,10); }
H1.HeaderClassName
{
color: #0B000A;
}
.AnyTagClassName
{
color: #0B000A;
}
</style>
background-color css
<style>
a { background-color: #0B000A; }
a { background-color: rgb(11,0,10); }
div.DivClassName
{
background-color: #0B000A;
}
.BgClassName
{
background-color: #0B000A;
}
</style>
border-color css
<style>
span { border-color: #0B000A; }
span { border-color: rgb(11,0,10); }
td.TdClassName
{
border-color: #0B000A;
}
.TagClassName
{
border-color: #0B000A;
}
</style>