Shades of Jaguar #0F0936
Tints of Jaguar #0F0936
RGB
CMYK
RGB Variations
Color information
#0F0936 (or 0x0F0936) is known color: Jaguar. HEX triplet: 0F, 09 and 36. RGB value is (15,9,54). Sum of RGB (Red+Green+Blue) = 15+9+54=78 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.23% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 54 (21.48% from 255 or 69.23% from 78); Max value from RGB is 54 - color contains mainly: blue. Hex color #0F0936 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0936 is #F0F6C9. Grayscale: #0F0F0F. Windows color (decimal): -15791818 or 3541263. OLE color: 3541263.
HSL color Cylindrical-coordinate representation of color #0F0936: hue angle of 248º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F0936 is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 15 | 9 | 54 | - |
| CMYK | 0.72 | 0.83 | 0 | 0.79 |
| HSL | 248º | 0.71% | 0.12% | - |
| HSV(B) | 248º | 0.83% | 0.21% | - |
| XYZ | 0.96 | 0.56 | 3.55 | - |
| YUV | 15.92 | 149.49 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 9 | 54 | 0.72 | 0.83 | 0 | 0.79 | 248 | 0.71 | 0.12 |
| Hex | F | 9 | 36 | 48 | 53 | 0 | 4F | F8 | 47 | C |
| Octal | 17 | 11 | 66 | 110 | 123 | 0 | 117 | 370 | 107 | 14 |
| Binary | 1111 | 1001 | 110110 | 1001000 | 1010011 | 0 | 1001111 | 11111000 | 1000111 | 1100 |
Color Harmonies of #0F0936
Complementary color
Monochromatic Colors of #0F0936
Black with #0F0936
Text Example
Text Example
White with #0F0936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0936; }
p { color: rgb(15,9,54); }
H1.HeaderClassName
{
color: #0F0936;
}
.AnyTagClassName
{
color: #0F0936;
}
</style>
background-color css
<style>
a { background-color: #0F0936; }
a { background-color: rgb(15,9,54); }
div.DivClassName
{
background-color: #0F0936;
}
.BgClassName
{
background-color: #0F0936;
}
</style>
border-color css
<style>
span { border-color: #0F0936; }
span { border-color: rgb(15,9,54); }
td.TdClassName
{
border-color: #0F0936;
}
.TagClassName
{
border-color: #0F0936;
}
</style>