Shades of Jaguar #0F0927
Tints of Jaguar #0F0927
RGB
CMYK
RGB Variations
Color information
#0F0927 (or 0x0F0927) is known color: Jaguar. HEX triplet: 0F, 09 and 27. RGB value is (15,9,39). Sum of RGB (Red+Green+Blue) = 15+9+39=63 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.81% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 39 (15.62% from 255 or 61.90% from 63); Max value from RGB is 39 - color contains mainly: blue. Hex color #0F0927 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0927 is #F0F6D8. Grayscale: #0E0E0E. Windows color (decimal): -15791833 or 2558223. OLE color: 2558223.
HSL color Cylindrical-coordinate representation of color #0F0927: hue angle of 252º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F0927 is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 15 | 9 | 39 | - |
| CMYK | 0.62 | 0.77 | 0 | 0.85 |
| HSL | 252º | 0.63% | 0.09% | - |
| HSV(B) | 252º | 0.77% | 0.15% | - |
| XYZ | 0.66 | 0.44 | 1.97 | - |
| YUV | 14.21 | 141.99 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 9 | 39 | 0.62 | 0.77 | 0 | 0.85 | 252 | 0.63 | 0.09 |
| Hex | F | 9 | 27 | 3E | 4D | 0 | 55 | FC | 3E | 9 |
| Octal | 17 | 11 | 47 | 76 | 115 | 0 | 125 | 374 | 76 | 11 |
| Binary | 1111 | 1001 | 100111 | 111110 | 1001101 | 0 | 1010101 | 11111100 | 111110 | 1001 |
Color Harmonies of #0F0927
Complementary color
Monochromatic Colors of #0F0927
Black with #0F0927
Text Example
Text Example
White with #0F0927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0927; }
p { color: rgb(15,9,39); }
H1.HeaderClassName
{
color: #0F0927;
}
.AnyTagClassName
{
color: #0F0927;
}
</style>
background-color css
<style>
a { background-color: #0F0927; }
a { background-color: rgb(15,9,39); }
div.DivClassName
{
background-color: #0F0927;
}
.BgClassName
{
background-color: #0F0927;
}
</style>
border-color css
<style>
span { border-color: #0F0927; }
span { border-color: rgb(15,9,39); }
td.TdClassName
{
border-color: #0F0927;
}
.TagClassName
{
border-color: #0F0927;
}
</style>