Shades of Mardi Gras #0F0310
Tints of Mardi Gras #0F0310
RGB
CMYK
RGB Variations
Color information
#0F0310 (or 0x0F0310) is known color: Mardi Gras. HEX triplet: 0F, 03 and 10. RGB value is (15,3,16). Sum of RGB (Red+Green+Blue) = 15+3+16=34 (4% of max value = 765). Red value is 15 (6.25% from 255 or 44.12% from 34); Green value is 3 (1.56% from 255 or 8.82% from 34); Blue value is 16 (6.64% from 255 or 47.06% from 34); Max value from RGB is 16 - color contains mainly: blue. Hex color #0F0310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0310 is #F0FCEF. Grayscale: #080808. Windows color (decimal): -15793392 or 1049359. OLE color: 1049359.
HSL color Cylindrical-coordinate representation of color #0F0310: hue angle of 295.38º degrees, saturation: 0.68, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F0310 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 3 | 16 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.94 |
| HSL | 295.38º | 0.68% | 0.04% | - |
| HSV(B) | 295.38º | 0.81% | 0.06% | - |
| XYZ | 0.32 | 0.2 | 0.51 | - |
| YUV | 8.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 3 | 16 | 0.06 | 0.81 | 0 | 0.94 | 295.38 | 0.68 | 0.04 |
| Hex | F | 3 | 10 | 6 | 51 | 0 | 5E | 127 | 44 | 4 |
| Octal | 17 | 3 | 20 | 6 | 121 | 0 | 136 | 447 | 104 | 4 |
| Binary | 1111 | 11 | 10000 | 110 | 1010001 | 0 | 1011110 | 100100111 | 1000100 | 100 |
Color Harmonies of #0F0310
Complementary color
Monochromatic Colors of #0F0310
Black with #0F0310
Text Example
Text Example
White with #0F0310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0310; }
p { color: rgb(15,3,16); }
H1.HeaderClassName
{
color: #0F0310;
}
.AnyTagClassName
{
color: #0F0310;
}
</style>
background-color css
<style>
a { background-color: #0F0310; }
a { background-color: rgb(15,3,16); }
div.DivClassName
{
background-color: #0F0310;
}
.BgClassName
{
background-color: #0F0310;
}
</style>
border-color css
<style>
span { border-color: #0F0310; }
span { border-color: rgb(15,3,16); }
td.TdClassName
{
border-color: #0F0310;
}
.TagClassName
{
border-color: #0F0310;
}
</style>