Shades of Mardi Gras #0F060E
Tints of Mardi Gras #0F060E
RGB
CMYK
RGB Variations
Color information
#0F060E (or 0x0F060E) is known color: Mardi Gras. HEX triplet: 0F, 06 and 0E. RGB value is (15,6,14). Sum of RGB (Red+Green+Blue) = 15+6+14=35 (4% of max value = 765). Red value is 15 (6.25% from 255 or 42.86% from 35); Green value is 6 (2.73% from 255 or 17.14% from 35); Blue value is 14 (5.86% from 255 or 40% from 35); Max value from RGB is 15 - color contains mainly: red. Hex color #0F060E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F060E is #F0F9F1. Grayscale: #090909. Windows color (decimal): -15792626 or 919055. OLE color: 919055.
HSL color Cylindrical-coordinate representation of color #0F060E: hue angle of 306.67º degrees, saturation: 0.43, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0F060E is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.94.
Color convert
RGB | 15 | 6 | 14 | - |
CMYK | 0 | 0.60 | 0.07 | 0.94 |
HSL | 306.67º | 0.43% | 0.04% | - |
HSV(B) | 306.67º | 0.6% | 0.06% | - |
XYZ | 0.34 | 0.26 | 0.45 | - |
YUV | 9.6 | 130.48 | 131.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 15 | 6 | 14 | 0 | 0.60 | 0.07 | 0.94 | 306.67 | 0.43 | 0.04 |
Hex | F | 6 | E | 0 | 3C | 7 | 5E | 133 | 2B | 4 |
Octal | 17 | 6 | 16 | 0 | 74 | 7 | 136 | 463 | 53 | 4 |
Binary | 1111 | 110 | 1110 | 0 | 111100 | 111 | 1011110 | 100110011 | 101011 | 100 |
Color Harmonies of #0F060E
Complementary color
Monochromatic Colors of #0F060E
Black with #0F060E
Text Example
Text Example
White with #0F060E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F060E; }
p { color: rgb(15,6,14); }
H1.HeaderClassName
{
color: #0F060E;
}
.AnyTagClassName
{
color: #0F060E;
}
</style>
background-color css
<style>
a { background-color: #0F060E; }
a { background-color: rgb(15,6,14); }
div.DivClassName
{
background-color: #0F060E;
}
.BgClassName
{
background-color: #0F060E;
}
</style>
border-color css
<style>
span { border-color: #0F060E; }
span { border-color: rgb(15,6,14); }
td.TdClassName
{
border-color: #0F060E;
}
.TagClassName
{
border-color: #0F060E;
}
</style>