Shades of Mardi Gras #0B070B
Tints of Mardi Gras #0B070B
RGB
CMYK
RGB Variations
Color information
#0B070B (or 0x0B070B) is known color: Mardi Gras. HEX triplet: 0B, 07 and 0B. RGB value is (11,7,11). Sum of RGB (Red+Green+Blue) = 11+7+11=29 (3% of max value = 765). Red value is 11 (4.69% from 255 or 37.93% from 29); Green value is 7 (3.12% from 255 or 24.14% from 29); Blue value is 11 (4.69% from 255 or 37.93% from 29); Max value from RGB is 11 - color contains mainly: red, blue. Hex color #0B070B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B070B is #F4F8F4. Grayscale: #080808. Windows color (decimal): -16054517 or 722699. OLE color: 722699.
HSL color Cylindrical-coordinate representation of color #0B070B: hue angle of 300º degrees, saturation: 0.22, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #0B070B is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 11 | 7 | 11 | - |
CMYK | 0 | 0.36 | 0 | 0.96 |
HSL | 300º | 0.22% | 0.04% | - |
HSV(B) | 300º | 0.36% | 0.04% | - |
XYZ | 0.27 | 0.25 | 0.35 | - |
YUV | 8.65 | 129.33 | 129.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 11 | 7 | 11 | 0 | 0.36 | 0 | 0.96 | 300 | 0.22 | 0.04 |
Hex | B | 7 | B | 0 | 24 | 0 | 60 | 12C | 16 | 4 |
Octal | 13 | 7 | 13 | 0 | 44 | 0 | 140 | 454 | 26 | 4 |
Binary | 1011 | 111 | 1011 | 0 | 100100 | 0 | 1100000 | 100101100 | 10110 | 100 |
Color Harmonies of #0B070B
Complementary color
Monochromatic Colors of #0B070B
Black with #0B070B
Text Example
Text Example
White with #0B070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B070B; }
p { color: rgb(11,7,11); }
H1.HeaderClassName
{
color: #0B070B;
}
.AnyTagClassName
{
color: #0B070B;
}
</style>
background-color css
<style>
a { background-color: #0B070B; }
a { background-color: rgb(11,7,11); }
div.DivClassName
{
background-color: #0B070B;
}
.BgClassName
{
background-color: #0B070B;
}
</style>
border-color css
<style>
span { border-color: #0B070B; }
span { border-color: rgb(11,7,11); }
td.TdClassName
{
border-color: #0B070B;
}
.TagClassName
{
border-color: #0B070B;
}
</style>