Shades of Jaguar #0A031C
Tints of Jaguar #0A031C
RGB
CMYK
RGB Variations
Color information
#0A031C (or 0x0A031C) is known color: Jaguar. HEX triplet: 0A, 03 and 1C. RGB value is (10,3,28). Sum of RGB (Red+Green+Blue) = 10+3+28=41 (5% of max value = 765). Red value is 10 (4.30% from 255 or 24.39% from 41); Green value is 3 (1.56% from 255 or 7.32% from 41); Blue value is 28 (11.33% from 255 or 68.29% from 41); Max value from RGB is 28 - color contains mainly: blue. Hex color #0A031C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A031C is #F5FCE3. Grayscale: #070707. Windows color (decimal): -16121060 or 1835786. OLE color: 1835786.
HSL color Cylindrical-coordinate representation of color #0A031C: hue angle of 256.8º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A031C is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 3 | 28 | - |
| CMYK | 0.64 | 0.89 | 0 | 0.89 |
| HSL | 256.8º | 0.81% | 0.06% | - |
| HSV(B) | 256.8º | 0.89% | 0.11% | - |
| XYZ | 0.37 | 0.21 | 1.12 | - |
| YUV | 7.94 | 139.32 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 3 | 28 | 0.64 | 0.89 | 0 | 0.89 | 256.8 | 0.81 | 0.06 |
| Hex | A | 3 | 1C | 40 | 59 | 0 | 59 | 101 | 51 | 6 |
| Octal | 12 | 3 | 34 | 100 | 131 | 0 | 131 | 401 | 121 | 6 |
| Binary | 1010 | 11 | 11100 | 1000000 | 1011001 | 0 | 1011001 | 100000001 | 1010001 | 110 |
Color Harmonies of #0A031C
Complementary color
Monochromatic Colors of #0A031C
Black with #0A031C
Text Example
Text Example
White with #0A031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A031C; }
p { color: rgb(10,3,28); }
H1.HeaderClassName
{
color: #0A031C;
}
.AnyTagClassName
{
color: #0A031C;
}
</style>
background-color css
<style>
a { background-color: #0A031C; }
a { background-color: rgb(10,3,28); }
div.DivClassName
{
background-color: #0A031C;
}
.BgClassName
{
background-color: #0A031C;
}
</style>
border-color css
<style>
span { border-color: #0A031C; }
span { border-color: rgb(10,3,28); }
td.TdClassName
{
border-color: #0A031C;
}
.TagClassName
{
border-color: #0A031C;
}
</style>