Shades of Jaguar #100A25
Tints of Jaguar #100A25
RGB
CMYK
RGB Variations
Color information
#100A25 (or 0x100A25) is known color: Jaguar. HEX triplet: 10, 0A and 25. RGB value is (16,10,37). Sum of RGB (Red+Green+Blue) = 16+10+37=63 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.40% from 63); Green value is 10 (4.30% from 255 or 15.87% from 63); Blue value is 37 (14.84% from 255 or 58.73% from 63); Max value from RGB is 37 - color contains mainly: blue. Hex color #100A25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100A25 is #EFF5DA. Grayscale: #0E0E0E. Windows color (decimal): -15726043 or 2427408. OLE color: 2427408.
HSL color Cylindrical-coordinate representation of color #100A25: hue angle of 253.33º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #100A25 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 16 | 10 | 37 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.85 |
| HSL | 253.33º | 0.57% | 0.09% | - |
| HSV(B) | 253.33º | 0.73% | 0.15% | - |
| XYZ | 0.66 | 0.46 | 1.8 | - |
| YUV | 14.87 | 140.49 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 37 | 0.57 | 0.73 | 0 | 0.85 | 253.33 | 0.57 | 0.09 |
| Hex | 10 | A | 25 | 39 | 49 | 0 | 55 | FD | 39 | 9 |
| Octal | 20 | 12 | 45 | 71 | 111 | 0 | 125 | 375 | 71 | 11 |
| Binary | 10000 | 1010 | 100101 | 111001 | 1001001 | 0 | 1010101 | 11111101 | 111001 | 1001 |
Color Harmonies of #100A25
Complementary color
Monochromatic Colors of #100A25
Black with #100A25
Text Example
Text Example
White with #100A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100A25; }
p { color: rgb(16,10,37); }
H1.HeaderClassName
{
color: #100A25;
}
.AnyTagClassName
{
color: #100A25;
}
</style>
background-color css
<style>
a { background-color: #100A25; }
a { background-color: rgb(16,10,37); }
div.DivClassName
{
background-color: #100A25;
}
.BgClassName
{
background-color: #100A25;
}
</style>
border-color css
<style>
span { border-color: #100A25; }
span { border-color: rgb(16,10,37); }
td.TdClassName
{
border-color: #100A25;
}
.TagClassName
{
border-color: #100A25;
}
</style>