Shades of Jaguar #0F0B1C
Tints of Jaguar #0F0B1C
RGB
CMYK
RGB Variations
Color information
#0F0B1C (or 0x0F0B1C) is known color: Jaguar. HEX triplet: 0F, 0B and 1C. RGB value is (15,11,28). Sum of RGB (Red+Green+Blue) = 15+11+28=54 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.78% from 54); Green value is 11 (4.69% from 255 or 20.37% from 54); Blue value is 28 (11.33% from 255 or 51.85% from 54); Max value from RGB is 28 - color contains mainly: blue. Hex color #0F0B1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0B1C is #F0F4E3. Grayscale: #0E0E0E. Windows color (decimal): -15791332 or 1837839. OLE color: 1837839.
HSL color Cylindrical-coordinate representation of color #0F0B1C: hue angle of 254.12º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0F0B1C is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 15 | 11 | 28 | - |
| CMYK | 0.46 | 0.61 | 0 | 0.89 |
| HSL | 254.12º | 0.44% | 0.08% | - |
| HSV(B) | 254.12º | 0.61% | 0.11% | - |
| XYZ | 0.53 | 0.42 | 1.15 | - |
| YUV | 14.13 | 135.83 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 11 | 28 | 0.46 | 0.61 | 0 | 0.89 | 254.12 | 0.44 | 0.08 |
| Hex | F | B | 1C | 2E | 3D | 0 | 59 | FE | 2C | 8 |
| Octal | 17 | 13 | 34 | 56 | 75 | 0 | 131 | 376 | 54 | 10 |
| Binary | 1111 | 1011 | 11100 | 101110 | 111101 | 0 | 1011001 | 11111110 | 101100 | 1000 |
Color Harmonies of #0F0B1C
Complementary color
Monochromatic Colors of #0F0B1C
Black with #0F0B1C
Text Example
Text Example
White with #0F0B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0B1C; }
p { color: rgb(15,11,28); }
H1.HeaderClassName
{
color: #0F0B1C;
}
.AnyTagClassName
{
color: #0F0B1C;
}
</style>
background-color css
<style>
a { background-color: #0F0B1C; }
a { background-color: rgb(15,11,28); }
div.DivClassName
{
background-color: #0F0B1C;
}
.BgClassName
{
background-color: #0F0B1C;
}
</style>
border-color css
<style>
span { border-color: #0F0B1C; }
span { border-color: rgb(15,11,28); }
td.TdClassName
{
border-color: #0F0B1C;
}
.TagClassName
{
border-color: #0F0B1C;
}
</style>