Shades of Mardi Gras #0D000B
Tints of Mardi Gras #0D000B
RGB
CMYK
RGB Variations
Color information
#0D000B (or 0x0D000B) is known color: Mardi Gras. HEX triplet: 0D, 00 and 0B. RGB value is (13,0,11). Sum of RGB (Red+Green+Blue) = 13+0+11=24 (3% of max value = 765). Red value is 13 (5.47% from 255 or 54.17% from 24); Green value is 0 (0.39% from 255 or 0% from 24); Blue value is 11 (4.69% from 255 or 45.83% from 24); Max value from RGB is 13 - color contains mainly: red. Hex color #0D000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D000B is #F2FFF4. Grayscale: #050505. Windows color (decimal): -15925237 or 720909. OLE color: 720909.
HSL color Cylindrical-coordinate representation of color #0D000B: hue angle of 309.23º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D000B is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 13 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.15 | 0.95 |
| HSL | 309.23º | 1% | 0.03% | - |
| HSV(B) | 309.23º | 1% | 0.05% | - |
| XYZ | 0.23 | 0.11 | 0.33 | - |
| YUV | 5.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 0 | 11 | 0 | 1 | 0.15 | 0.95 | 309.23 | 1 | 0.03 |
| Hex | D | 0 | B | 0 | 64 | F | 5F | 135 | 64 | 3 |
| Octal | 15 | 0 | 13 | 0 | 144 | 17 | 137 | 465 | 144 | 3 |
| Binary | 1101 | 0 | 1011 | 0 | 1100100 | 1111 | 1011111 | 100110101 | 1100100 | 11 |
Color Harmonies of #0D000B
Complementary color
Monochromatic Colors of #0D000B
Black with #0D000B
Text Example
Text Example
White with #0D000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D000B; }
p { color: rgb(13,0,11); }
H1.HeaderClassName
{
color: #0D000B;
}
.AnyTagClassName
{
color: #0D000B;
}
</style>
background-color css
<style>
a { background-color: #0D000B; }
a { background-color: rgb(13,0,11); }
div.DivClassName
{
background-color: #0D000B;
}
.BgClassName
{
background-color: #0D000B;
}
</style>
border-color css
<style>
span { border-color: #0D000B; }
span { border-color: rgb(13,0,11); }
td.TdClassName
{
border-color: #0D000B;
}
.TagClassName
{
border-color: #0D000B;
}
</style>