Shades of Jaguar #0F0B1D
Tints of Jaguar #0F0B1D
RGB
CMYK
RGB Variations
Color information
#0F0B1D (or 0x0F0B1D) is known color: Jaguar. HEX triplet: 0F, 0B and 1D. RGB value is (15,11,29). Sum of RGB (Red+Green+Blue) = 15+11+29=55 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.27% from 55); Green value is 11 (4.69% from 255 or 20% from 55); Blue value is 29 (11.72% from 255 or 52.73% from 55); Max value from RGB is 29 - color contains mainly: blue. Hex color #0F0B1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0B1D is #F0F4E2. Grayscale: #0E0E0E. Windows color (decimal): -15791331 or 1903375. OLE color: 1903375.
HSL color Cylindrical-coordinate representation of color #0F0B1D: hue angle of 253.33º degrees, saturation: 0.45, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F0B1D is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 15 | 11 | 29 | - |
| CMYK | 0.48 | 0.62 | 0 | 0.89 |
| HSL | 253.33º | 0.45% | 0.08% | - |
| HSV(B) | 253.33º | 0.62% | 0.11% | - |
| XYZ | 0.54 | 0.43 | 1.22 | - |
| YUV | 14.25 | 136.33 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 11 | 29 | 0.48 | 0.62 | 0 | 0.89 | 253.33 | 0.45 | 0.08 |
| Hex | F | B | 1D | 30 | 3E | 0 | 59 | FD | 2D | 8 |
| Octal | 17 | 13 | 35 | 60 | 76 | 0 | 131 | 375 | 55 | 10 |
| Binary | 1111 | 1011 | 11101 | 110000 | 111110 | 0 | 1011001 | 11111101 | 101101 | 1000 |
Color Harmonies of #0F0B1D
Complementary color
Monochromatic Colors of #0F0B1D
Black with #0F0B1D
Text Example
Text Example
White with #0F0B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0B1D; }
p { color: rgb(15,11,29); }
H1.HeaderClassName
{
color: #0F0B1D;
}
.AnyTagClassName
{
color: #0F0B1D;
}
</style>
background-color css
<style>
a { background-color: #0F0B1D; }
a { background-color: rgb(15,11,29); }
div.DivClassName
{
background-color: #0F0B1D;
}
.BgClassName
{
background-color: #0F0B1D;
}
</style>
border-color css
<style>
span { border-color: #0F0B1D; }
span { border-color: rgb(15,11,29); }
td.TdClassName
{
border-color: #0F0B1D;
}
.TagClassName
{
border-color: #0F0B1D;
}
</style>