Shades of Mardi Gras #0B020A
Tints of Mardi Gras #0B020A
RGB
CMYK
RGB Variations
Color information
#0B020A (or 0x0B020A) is known color: Mardi Gras. HEX triplet: 0B, 02 and 0A. RGB value is (11,2,10). Sum of RGB (Red+Green+Blue) = 11+2+10=23 (3% of max value = 765). Red value is 11 (4.69% from 255 or 47.83% from 23); Green value is 2 (1.17% from 255 or 8.70% from 23); Blue value is 10 (4.30% from 255 or 43.48% from 23); Max value from RGB is 11 - color contains mainly: red. Hex color #0B020A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B020A is #F4FDF5. Grayscale: #050505. Windows color (decimal): -16055798 or 655883. OLE color: 655883.
HSL color Cylindrical-coordinate representation of color #0B020A: hue angle of 306.67º degrees, saturation: 0.69, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B020A is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 11 | 2 | 10 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.96 |
| HSL | 306.67º | 0.69% | 0.03% | - |
| HSV(B) | 306.67º | 0.82% | 0.04% | - |
| XYZ | 0.21 | 0.14 | 0.3 | - |
| YUV | 5.6 | 130.48 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 2 | 10 | 0 | 0.82 | 0.09 | 0.96 | 306.67 | 0.69 | 0.03 |
| Hex | B | 2 | A | 0 | 52 | 9 | 60 | 133 | 45 | 3 |
| Octal | 13 | 2 | 12 | 0 | 122 | 11 | 140 | 463 | 105 | 3 |
| Binary | 1011 | 10 | 1010 | 0 | 1010010 | 1001 | 1100000 | 100110011 | 1000101 | 11 |
Color Harmonies of #0B020A
Complementary color
Monochromatic Colors of #0B020A
Black with #0B020A
Text Example
Text Example
White with #0B020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B020A; }
p { color: rgb(11,2,10); }
H1.HeaderClassName
{
color: #0B020A;
}
.AnyTagClassName
{
color: #0B020A;
}
</style>
background-color css
<style>
a { background-color: #0B020A; }
a { background-color: rgb(11,2,10); }
div.DivClassName
{
background-color: #0B020A;
}
.BgClassName
{
background-color: #0B020A;
}
</style>
border-color css
<style>
span { border-color: #0B020A; }
span { border-color: rgb(11,2,10); }
td.TdClassName
{
border-color: #0B020A;
}
.TagClassName
{
border-color: #0B020A;
}
</style>