Shades of Jaguar #0F0934
Tints of Jaguar #0F0934
RGB
CMYK
RGB Variations
Color information
#0F0934 (or 0x0F0934) is known color: Jaguar. HEX triplet: 0F, 09 and 34. RGB value is (15,9,52). Sum of RGB (Red+Green+Blue) = 15+9+52=76 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.74% from 76); Green value is 9 (3.91% from 255 or 11.84% from 76); Blue value is 52 (20.70% from 255 or 68.42% from 76); Max value from RGB is 52 - color contains mainly: blue. Hex color #0F0934 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0934 is #F0F6CB. Grayscale: #0F0F0F. Windows color (decimal): -15791820 or 3410191. OLE color: 3410191.
HSL color Cylindrical-coordinate representation of color #0F0934: hue angle of 248.37º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F0934 is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 15 | 9 | 52 | - |
| CMYK | 0.71 | 0.83 | 0 | 0.80 |
| HSL | 248.37º | 0.7% | 0.12% | - |
| HSV(B) | 248.37º | 0.83% | 0.2% | - |
| XYZ | 0.91 | 0.54 | 3.31 | - |
| YUV | 15.7 | 148.49 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 9 | 52 | 0.71 | 0.83 | 0 | 0.80 | 248.37 | 0.7 | 0.12 |
| Hex | F | 9 | 34 | 47 | 53 | 0 | 50 | F8 | 46 | C |
| Octal | 17 | 11 | 64 | 107 | 123 | 0 | 120 | 370 | 106 | 14 |
| Binary | 1111 | 1001 | 110100 | 1000111 | 1010011 | 0 | 1010000 | 11111000 | 1000110 | 1100 |
Color Harmonies of #0F0934
Complementary color
Monochromatic Colors of #0F0934
Black with #0F0934
Text Example
Text Example
White with #0F0934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0934; }
p { color: rgb(15,9,52); }
H1.HeaderClassName
{
color: #0F0934;
}
.AnyTagClassName
{
color: #0F0934;
}
</style>
background-color css
<style>
a { background-color: #0F0934; }
a { background-color: rgb(15,9,52); }
div.DivClassName
{
background-color: #0F0934;
}
.BgClassName
{
background-color: #0F0934;
}
</style>
border-color css
<style>
span { border-color: #0F0934; }
span { border-color: rgb(15,9,52); }
td.TdClassName
{
border-color: #0F0934;
}
.TagClassName
{
border-color: #0F0934;
}
</style>