Shades of Jaguar #100A24
Tints of Jaguar #100A24
RGB
CMYK
RGB Variations
Color information
#100A24 (or 0x100A24) is known color: Jaguar. HEX triplet: 10, 0A and 24. RGB value is (16,10,36). Sum of RGB (Red+Green+Blue) = 16+10+36=62 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.81% from 62); Green value is 10 (4.30% from 255 or 16.13% from 62); Blue value is 36 (14.45% from 255 or 58.06% from 62); Max value from RGB is 36 - color contains mainly: blue. Hex color #100A24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100A24 is #EFF5DB. Grayscale: #0E0E0E. Windows color (decimal): -15726044 or 2361872. OLE color: 2361872.
HSL color Cylindrical-coordinate representation of color #100A24: hue angle of 253.85º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #100A24 is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 16 | 10 | 36 | - |
| CMYK | 0.56 | 0.72 | 0 | 0.86 |
| HSL | 253.85º | 0.57% | 0.09% | - |
| HSV(B) | 253.85º | 0.72% | 0.14% | - |
| XYZ | 0.64 | 0.45 | 1.72 | - |
| YUV | 14.76 | 139.99 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 36 | 0.56 | 0.72 | 0 | 0.86 | 253.85 | 0.57 | 0.09 |
| Hex | 10 | A | 24 | 38 | 48 | 0 | 56 | FE | 39 | 9 |
| Octal | 20 | 12 | 44 | 70 | 110 | 0 | 126 | 376 | 71 | 11 |
| Binary | 10000 | 1010 | 100100 | 111000 | 1001000 | 0 | 1010110 | 11111110 | 111001 | 1001 |
Color Harmonies of #100A24
Complementary color
Monochromatic Colors of #100A24
Black with #100A24
Text Example
Text Example
White with #100A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100A24; }
p { color: rgb(16,10,36); }
H1.HeaderClassName
{
color: #100A24;
}
.AnyTagClassName
{
color: #100A24;
}
</style>
background-color css
<style>
a { background-color: #100A24; }
a { background-color: rgb(16,10,36); }
div.DivClassName
{
background-color: #100A24;
}
.BgClassName
{
background-color: #100A24;
}
</style>
border-color css
<style>
span { border-color: #100A24; }
span { border-color: rgb(16,10,36); }
td.TdClassName
{
border-color: #100A24;
}
.TagClassName
{
border-color: #100A24;
}
</style>