Shades of Jaguar #0F0C16
Tints of Jaguar #0F0C16
RGB
CMYK
RGB Variations
Color information
#0F0C16 (or 0x0F0C16) is known color: Jaguar. HEX triplet: 0F, 0C and 16. RGB value is (15,12,22). Sum of RGB (Red+Green+Blue) = 15+12+22=49 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30.61% from 49); Green value is 12 (5.08% from 255 or 24.49% from 49); Blue value is 22 (8.98% from 255 or 44.90% from 49); Max value from RGB is 22 - color contains mainly: blue. Hex color #0F0C16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0C16 is #F0F3E9. Grayscale: #0E0E0E. Windows color (decimal): -15791082 or 1444879. OLE color: 1444879.
HSL color Cylindrical-coordinate representation of color #0F0C16: hue angle of 258º degrees, saturation: 0.29, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #0F0C16 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 15 | 12 | 22 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.91 |
| HSL | 258º | 0.29% | 0.07% | - |
| HSV(B) | 258º | 0.45% | 0.09% | - |
| XYZ | 0.47 | 0.42 | 0.82 | - |
| YUV | 14.04 | 132.49 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 12 | 22 | 0.32 | 0.45 | 0 | 0.91 | 258 | 0.29 | 0.07 |
| Hex | F | C | 16 | 20 | 2D | 0 | 5B | 102 | 1D | 7 |
| Octal | 17 | 14 | 26 | 40 | 55 | 0 | 133 | 402 | 35 | 7 |
| Binary | 1111 | 1100 | 10110 | 100000 | 101101 | 0 | 1011011 | 100000010 | 11101 | 111 |
Color Harmonies of #0F0C16
Complementary color
Monochromatic Colors of #0F0C16
Black with #0F0C16
Text Example
Text Example
White with #0F0C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0C16; }
p { color: rgb(15,12,22); }
H1.HeaderClassName
{
color: #0F0C16;
}
.AnyTagClassName
{
color: #0F0C16;
}
</style>
background-color css
<style>
a { background-color: #0F0C16; }
a { background-color: rgb(15,12,22); }
div.DivClassName
{
background-color: #0F0C16;
}
.BgClassName
{
background-color: #0F0C16;
}
</style>
border-color css
<style>
span { border-color: #0F0C16; }
span { border-color: rgb(15,12,22); }
td.TdClassName
{
border-color: #0F0C16;
}
.TagClassName
{
border-color: #0F0C16;
}
</style>