Shades of Jaguar #0A0710
Tints of Jaguar #0A0710
RGB
CMYK
RGB Variations
Color information
#0A0710 (or 0x0A0710) is known color: Jaguar. HEX triplet: 0A, 07 and 10. RGB value is (10,7,16). Sum of RGB (Red+Green+Blue) = 10+7+16=33 (4% of max value = 765). Red value is 10 (4.30% from 255 or 30.30% from 33); Green value is 7 (3.12% from 255 or 21.21% from 33); Blue value is 16 (6.64% from 255 or 48.48% from 33); Max value from RGB is 16 - color contains mainly: blue. Hex color #0A0710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0710 is #F5F8EF. Grayscale: #080808. Windows color (decimal): -16120048 or 1050378. OLE color: 1050378.
HSL color Cylindrical-coordinate representation of color #0A0710: hue angle of 260º degrees, saturation: 0.39, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0A0710 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 10 | 7 | 16 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.94 |
| HSL | 260º | 0.39% | 0.05% | - |
| HSV(B) | 260º | 0.56% | 0.06% | - |
| XYZ | 0.29 | 0.25 | 0.52 | - |
| YUV | 8.92 | 131.99 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 7 | 16 | 0.37 | 0.56 | 0 | 0.94 | 260 | 0.39 | 0.05 |
| Hex | A | 7 | 10 | 25 | 38 | 0 | 5E | 104 | 27 | 5 |
| Octal | 12 | 7 | 20 | 45 | 70 | 0 | 136 | 404 | 47 | 5 |
| Binary | 1010 | 111 | 10000 | 100101 | 111000 | 0 | 1011110 | 100000100 | 100111 | 101 |
Color Harmonies of #0A0710
Complementary color
Monochromatic Colors of #0A0710
Black with #0A0710
Text Example
Text Example
White with #0A0710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0710; }
p { color: rgb(10,7,16); }
H1.HeaderClassName
{
color: #0A0710;
}
.AnyTagClassName
{
color: #0A0710;
}
</style>
background-color css
<style>
a { background-color: #0A0710; }
a { background-color: rgb(10,7,16); }
div.DivClassName
{
background-color: #0A0710;
}
.BgClassName
{
background-color: #0A0710;
}
</style>
border-color css
<style>
span { border-color: #0A0710; }
span { border-color: rgb(10,7,16); }
td.TdClassName
{
border-color: #0A0710;
}
.TagClassName
{
border-color: #0A0710;
}
</style>