Shades of Jaguar #0A031A
Tints of Jaguar #0A031A
RGB
CMYK
RGB Variations
Color information
#0A031A (or 0x0A031A) is known color: Jaguar. HEX triplet: 0A, 03 and 1A. RGB value is (10,3,26). Sum of RGB (Red+Green+Blue) = 10+3+26=39 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25.64% from 39); Green value is 3 (1.56% from 255 or 7.69% from 39); Blue value is 26 (10.55% from 255 or 66.67% from 39); Max value from RGB is 26 - color contains mainly: blue. Hex color #0A031A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A031A is #F5FCE5. Grayscale: #070707. Windows color (decimal): -16121062 or 1704714. OLE color: 1704714.
HSL color Cylindrical-coordinate representation of color #0A031A: hue angle of 258.26º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A031A is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 10 | 3 | 26 | - |
| CMYK | 0.62 | 0.88 | 0 | 0.90 |
| HSL | 258.26º | 0.79% | 0.06% | - |
| HSV(B) | 258.26º | 0.88% | 0.1% | - |
| XYZ | 0.34 | 0.2 | 1 | - |
| YUV | 7.72 | 138.32 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 3 | 26 | 0.62 | 0.88 | 0 | 0.90 | 258.26 | 0.79 | 0.06 |
| Hex | A | 3 | 1A | 3E | 58 | 0 | 5A | 102 | 4F | 6 |
| Octal | 12 | 3 | 32 | 76 | 130 | 0 | 132 | 402 | 117 | 6 |
| Binary | 1010 | 11 | 11010 | 111110 | 1011000 | 0 | 1011010 | 100000010 | 1001111 | 110 |
Color Harmonies of #0A031A
Complementary color
Monochromatic Colors of #0A031A
Black with #0A031A
Text Example
Text Example
White with #0A031A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A031A; }
p { color: rgb(10,3,26); }
H1.HeaderClassName
{
color: #0A031A;
}
.AnyTagClassName
{
color: #0A031A;
}
</style>
background-color css
<style>
a { background-color: #0A031A; }
a { background-color: rgb(10,3,26); }
div.DivClassName
{
background-color: #0A031A;
}
.BgClassName
{
background-color: #0A031A;
}
</style>
border-color css
<style>
span { border-color: #0A031A; }
span { border-color: rgb(10,3,26); }
td.TdClassName
{
border-color: #0A031A;
}
.TagClassName
{
border-color: #0A031A;
}
</style>