Shades of Jaguar #0C0A10
Tints of Jaguar #0C0A10
RGB
CMYK
RGB Variations
Color information
#0C0A10 (or 0x0C0A10) is known color: Jaguar. HEX triplet: 0C, 0A and 10. RGB value is (12,10,16). Sum of RGB (Red+Green+Blue) = 12+10+16=38 (5% of max value = 765). Red value is 12 (5.08% from 255 or 31.58% from 38); Green value is 10 (4.30% from 255 or 26.32% from 38); Blue value is 16 (6.64% from 255 or 42.11% from 38); Max value from RGB is 16 - color contains mainly: blue. Hex color #0C0A10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0A10 is #F3F5EF. Grayscale: #0B0B0B. Windows color (decimal): -15988208 or 1051148. OLE color: 1051148.
HSL color Cylindrical-coordinate representation of color #0C0A10: hue angle of 260º degrees, saturation: 0.23, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0C0A10 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 12 | 10 | 16 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.94 |
| HSL | 260º | 0.23% | 0.05% | - |
| HSV(B) | 260º | 0.38% | 0.06% | - |
| XYZ | 0.35 | 0.33 | 0.54 | - |
| YUV | 11.28 | 130.66 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 10 | 16 | 0.25 | 0.37 | 0 | 0.94 | 260 | 0.23 | 0.05 |
| Hex | C | A | 10 | 19 | 25 | 0 | 5E | 104 | 17 | 5 |
| Octal | 14 | 12 | 20 | 31 | 45 | 0 | 136 | 404 | 27 | 5 |
| Binary | 1100 | 1010 | 10000 | 11001 | 100101 | 0 | 1011110 | 100000100 | 10111 | 101 |
Color Harmonies of #0C0A10
Complementary color
Monochromatic Colors of #0C0A10
Black with #0C0A10
Text Example
Text Example
White with #0C0A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0A10; }
p { color: rgb(12,10,16); }
H1.HeaderClassName
{
color: #0C0A10;
}
.AnyTagClassName
{
color: #0C0A10;
}
</style>
background-color css
<style>
a { background-color: #0C0A10; }
a { background-color: rgb(12,10,16); }
div.DivClassName
{
background-color: #0C0A10;
}
.BgClassName
{
background-color: #0C0A10;
}
</style>
border-color css
<style>
span { border-color: #0C0A10; }
span { border-color: rgb(12,10,16); }
td.TdClassName
{
border-color: #0C0A10;
}
.TagClassName
{
border-color: #0C0A10;
}
</style>