Shades of Jaguar #0F0D14
Tints of Jaguar #0F0D14
RGB
CMYK
RGB Variations
Color information
#0F0D14 (or 0x0F0D14) is known color: Jaguar. HEX triplet: 0F, 0D and 14. RGB value is (15,13,20). Sum of RGB (Red+Green+Blue) = 15+13+20=48 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.25% from 48); Green value is 13 (5.47% from 255 or 27.08% from 48); Blue value is 20 (8.20% from 255 or 41.67% from 48); Max value from RGB is 20 - color contains mainly: blue. Hex color #0F0D14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0D14 is #F0F2EB. Grayscale: #0E0E0E. Windows color (decimal): -15790828 or 1314063. OLE color: 1314063.
HSL color Cylindrical-coordinate representation of color #0F0D14: hue angle of 257.14º degrees, saturation: 0.21, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #0F0D14 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 15 | 13 | 20 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.92 |
| HSL | 257.14º | 0.21% | 0.06% | - |
| HSV(B) | 257.14º | 0.35% | 0.08% | - |
| XYZ | 0.47 | 0.44 | 0.72 | - |
| YUV | 14.4 | 131.16 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 13 | 20 | 0.25 | 0.35 | 0 | 0.92 | 257.14 | 0.21 | 0.06 |
| Hex | F | D | 14 | 19 | 23 | 0 | 5C | 101 | 15 | 6 |
| Octal | 17 | 15 | 24 | 31 | 43 | 0 | 134 | 401 | 25 | 6 |
| Binary | 1111 | 1101 | 10100 | 11001 | 100011 | 0 | 1011100 | 100000001 | 10101 | 110 |
Color Harmonies of #0F0D14
Complementary color
Monochromatic Colors of #0F0D14
Black with #0F0D14
Text Example
Text Example
White with #0F0D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0D14; }
p { color: rgb(15,13,20); }
H1.HeaderClassName
{
color: #0F0D14;
}
.AnyTagClassName
{
color: #0F0D14;
}
</style>
background-color css
<style>
a { background-color: #0F0D14; }
a { background-color: rgb(15,13,20); }
div.DivClassName
{
background-color: #0F0D14;
}
.BgClassName
{
background-color: #0F0D14;
}
</style>
border-color css
<style>
span { border-color: #0F0D14; }
span { border-color: rgb(15,13,20); }
td.TdClassName
{
border-color: #0F0D14;
}
.TagClassName
{
border-color: #0F0D14;
}
</style>