Shades of Jaguar #0A0417
Tints of Jaguar #0A0417
RGB
CMYK
RGB Variations
Color information
#0A0417 (or 0x0A0417) is known color: Jaguar. HEX triplet: 0A, 04 and 17. RGB value is (10,4,23). Sum of RGB (Red+Green+Blue) = 10+4+23=37 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.03% from 37); Green value is 4 (1.95% from 255 or 10.81% from 37); Blue value is 23 (9.38% from 255 or 62.16% from 37); Max value from RGB is 23 - color contains mainly: blue. Hex color #0A0417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0417 is #F5FBE8. Grayscale: #070707. Windows color (decimal): -16120809 or 1508362. OLE color: 1508362.
HSL color Cylindrical-coordinate representation of color #0A0417: hue angle of 258.95º degrees, saturation: 0.7, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A0417 is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 10 | 4 | 23 | - |
| CMYK | 0.57 | 0.83 | 0 | 0.91 |
| HSL | 258.95º | 0.7% | 0.05% | - |
| HSV(B) | 258.95º | 0.83% | 0.09% | - |
| XYZ | 0.32 | 0.21 | 0.83 | - |
| YUV | 7.96 | 136.49 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 4 | 23 | 0.57 | 0.83 | 0 | 0.91 | 258.95 | 0.7 | 0.05 |
| Hex | A | 4 | 17 | 39 | 53 | 0 | 5B | 103 | 46 | 5 |
| Octal | 12 | 4 | 27 | 71 | 123 | 0 | 133 | 403 | 106 | 5 |
| Binary | 1010 | 100 | 10111 | 111001 | 1010011 | 0 | 1011011 | 100000011 | 1000110 | 101 |
Color Harmonies of #0A0417
Complementary color
Monochromatic Colors of #0A0417
Black with #0A0417
Text Example
Text Example
White with #0A0417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0417; }
p { color: rgb(10,4,23); }
H1.HeaderClassName
{
color: #0A0417;
}
.AnyTagClassName
{
color: #0A0417;
}
</style>
background-color css
<style>
a { background-color: #0A0417; }
a { background-color: rgb(10,4,23); }
div.DivClassName
{
background-color: #0A0417;
}
.BgClassName
{
background-color: #0A0417;
}
</style>
border-color css
<style>
span { border-color: #0A0417; }
span { border-color: rgb(10,4,23); }
td.TdClassName
{
border-color: #0A0417;
}
.TagClassName
{
border-color: #0A0417;
}
</style>