Shades of Jaguar #0F0E12
Tints of Jaguar #0F0E12
RGB
CMYK
RGB Variations
Color information
#0F0E12 (or 0x0F0E12) is known color: Jaguar. HEX triplet: 0F, 0E and 12. RGB value is (15,14,18). Sum of RGB (Red+Green+Blue) = 15+14+18=47 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.91% from 47); Green value is 14 (5.86% from 255 or 29.79% from 47); Blue value is 18 (7.42% from 255 or 38.30% from 47); Max value from RGB is 18 - color contains mainly: blue. Hex color #0F0E12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0E12 is #F0F1ED. Grayscale: #0E0E0E. Windows color (decimal): -15790574 or 1183247. OLE color: 1183247.
HSL color Cylindrical-coordinate representation of color #0F0E12: hue angle of 255º degrees, saturation: 0.12, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #0F0E12 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 15 | 14 | 18 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.93 |
| HSL | 255º | 0.13% | 0.06% | - |
| HSV(B) | 255º | 0.22% | 0.07% | - |
| XYZ | 0.46 | 0.46 | 0.64 | - |
| YUV | 14.76 | 129.83 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 14 | 18 | 0.17 | 0.22 | 0 | 0.93 | 255 | 0.13 | 0.06 |
| Hex | F | E | 12 | 11 | 16 | 0 | 5D | FF | C | 6 |
| Octal | 17 | 16 | 22 | 21 | 26 | 0 | 135 | 377 | 14 | 6 |
| Binary | 1111 | 1110 | 10010 | 10001 | 10110 | 0 | 1011101 | 11111111 | 1100 | 110 |
Color Harmonies of #0F0E12
Complementary color
Monochromatic Colors of #0F0E12
Black with #0F0E12
Text Example
Text Example
White with #0F0E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0E12; }
p { color: rgb(15,14,18); }
H1.HeaderClassName
{
color: #0F0E12;
}
.AnyTagClassName
{
color: #0F0E12;
}
</style>
background-color css
<style>
a { background-color: #0F0E12; }
a { background-color: rgb(15,14,18); }
div.DivClassName
{
background-color: #0F0E12;
}
.BgClassName
{
background-color: #0F0E12;
}
</style>
border-color css
<style>
span { border-color: #0F0E12; }
span { border-color: rgb(15,14,18); }
td.TdClassName
{
border-color: #0F0E12;
}
.TagClassName
{
border-color: #0F0E12;
}
</style>