Shades of Jaguar #0F0A1F
Tints of Jaguar #0F0A1F
RGB
CMYK
RGB Variations
Color information
#0F0A1F (or 0x0F0A1F) is known color: Jaguar. HEX triplet: 0F, 0A and 1F. RGB value is (15,10,31). Sum of RGB (Red+Green+Blue) = 15+10+31=56 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.79% from 56); Green value is 10 (4.30% from 255 or 17.86% from 56); Blue value is 31 (12.5% from 255 or 55.36% from 56); Max value from RGB is 31 - color contains mainly: blue. Hex color #0F0A1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0A1F is #F0F5E0. Grayscale: #0D0D0D. Windows color (decimal): -15791585 or 2034191. OLE color: 2034191.
HSL color Cylindrical-coordinate representation of color #0F0A1F: hue angle of 254.29º degrees, saturation: 0.51, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0F0A1F is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 15 | 10 | 31 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.88 |
| HSL | 254.29º | 0.51% | 0.08% | - |
| HSV(B) | 254.29º | 0.68% | 0.12% | - |
| XYZ | 0.55 | 0.42 | 1.35 | - |
| YUV | 13.89 | 137.66 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 10 | 31 | 0.52 | 0.68 | 0 | 0.88 | 254.29 | 0.51 | 0.08 |
| Hex | F | A | 1F | 34 | 44 | 0 | 58 | FE | 33 | 8 |
| Octal | 17 | 12 | 37 | 64 | 104 | 0 | 130 | 376 | 63 | 10 |
| Binary | 1111 | 1010 | 11111 | 110100 | 1000100 | 0 | 1011000 | 11111110 | 110011 | 1000 |
Color Harmonies of #0F0A1F
Complementary color
Monochromatic Colors of #0F0A1F
Black with #0F0A1F
Text Example
Text Example
White with #0F0A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0A1F; }
p { color: rgb(15,10,31); }
H1.HeaderClassName
{
color: #0F0A1F;
}
.AnyTagClassName
{
color: #0F0A1F;
}
</style>
background-color css
<style>
a { background-color: #0F0A1F; }
a { background-color: rgb(15,10,31); }
div.DivClassName
{
background-color: #0F0A1F;
}
.BgClassName
{
background-color: #0F0A1F;
}
</style>
border-color css
<style>
span { border-color: #0F0A1F; }
span { border-color: rgb(15,10,31); }
td.TdClassName
{
border-color: #0F0A1F;
}
.TagClassName
{
border-color: #0F0A1F;
}
</style>