Shades of Mardi Gras #0B010A
Tints of Mardi Gras #0B010A
RGB
CMYK
RGB Variations
Color information
#0B010A (or 0x0B010A) is known color: Mardi Gras. HEX triplet: 0B, 01 and 0A. RGB value is (11,1,10). Sum of RGB (Red+Green+Blue) = 11+1+10=22 (2% of max value = 765). Red value is 11 (4.69% from 255 or 50% from 22); Green value is 1 (0.78% from 255 or 4.55% from 22); Blue value is 10 (4.30% from 255 or 45.45% from 22); Max value from RGB is 11 - color contains mainly: red. Hex color #0B010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B010A is #F4FEF5. Grayscale: #040404. Windows color (decimal): -16056054 or 655627. OLE color: 655627.
HSL color Cylindrical-coordinate representation of color #0B010A: hue angle of 306º degrees, saturation: 0.83, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B010A is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 11 | 1 | 10 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.96 |
| HSL | 306º | 0.83% | 0.02% | - |
| HSV(B) | 306º | 0.91% | 0.04% | - |
| XYZ | 0.2 | 0.11 | 0.3 | - |
| YUV | 5.02 | 130.81 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 1 | 10 | 0 | 0.91 | 0.09 | 0.96 | 306 | 0.83 | 0.02 |
| Hex | B | 1 | A | 0 | 5B | 9 | 60 | 132 | 53 | 2 |
| Octal | 13 | 1 | 12 | 0 | 133 | 11 | 140 | 462 | 123 | 2 |
| Binary | 1011 | 1 | 1010 | 0 | 1011011 | 1001 | 1100000 | 100110010 | 1010011 | 10 |
Color Harmonies of #0B010A
Complementary color
Monochromatic Colors of #0B010A
Black with #0B010A
Text Example
Text Example
White with #0B010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B010A; }
p { color: rgb(11,1,10); }
H1.HeaderClassName
{
color: #0B010A;
}
.AnyTagClassName
{
color: #0B010A;
}
</style>
background-color css
<style>
a { background-color: #0B010A; }
a { background-color: rgb(11,1,10); }
div.DivClassName
{
background-color: #0B010A;
}
.BgClassName
{
background-color: #0B010A;
}
</style>
border-color css
<style>
span { border-color: #0B010A; }
span { border-color: rgb(11,1,10); }
td.TdClassName
{
border-color: #0B010A;
}
.TagClassName
{
border-color: #0B010A;
}
</style>