Shades of Jaguar #100A2E
Tints of Jaguar #100A2E
RGB
CMYK
RGB Variations
Color information
#100A2E (or 0x100A2E) is known color: Jaguar. HEX triplet: 10, 0A and 2E. RGB value is (16,10,46). Sum of RGB (Red+Green+Blue) = 16+10+46=72 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.22% from 72); Green value is 10 (4.30% from 255 or 13.89% from 72); Blue value is 46 (18.36% from 255 or 63.89% from 72); Max value from RGB is 46 - color contains mainly: blue. Hex color #100A2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100A2E is #EFF5D1. Grayscale: #0F0F0F. Windows color (decimal): -15726034 or 3017232. OLE color: 3017232.
HSL color Cylindrical-coordinate representation of color #100A2E: hue angle of 250º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #100A2E is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 10 | 46 | - |
| CMYK | 0.65 | 0.78 | 0 | 0.82 |
| HSL | 250º | 0.64% | 0.11% | - |
| HSV(B) | 250º | 0.78% | 0.18% | - |
| XYZ | 0.82 | 0.52 | 2.64 | - |
| YUV | 15.9 | 144.99 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 46 | 0.65 | 0.78 | 0 | 0.82 | 250 | 0.64 | 0.11 |
| Hex | 10 | A | 2E | 41 | 4E | 0 | 52 | FA | 40 | B |
| Octal | 20 | 12 | 56 | 101 | 116 | 0 | 122 | 372 | 100 | 13 |
| Binary | 10000 | 1010 | 101110 | 1000001 | 1001110 | 0 | 1010010 | 11111010 | 1000000 | 1011 |
Color Harmonies of #100A2E
Complementary color
Monochromatic Colors of #100A2E
Black with #100A2E
Text Example
Text Example
White with #100A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100A2E; }
p { color: rgb(16,10,46); }
H1.HeaderClassName
{
color: #100A2E;
}
.AnyTagClassName
{
color: #100A2E;
}
</style>
background-color css
<style>
a { background-color: #100A2E; }
a { background-color: rgb(16,10,46); }
div.DivClassName
{
background-color: #100A2E;
}
.BgClassName
{
background-color: #100A2E;
}
</style>
border-color css
<style>
span { border-color: #100A2E; }
span { border-color: rgb(16,10,46); }
td.TdClassName
{
border-color: #100A2E;
}
.TagClassName
{
border-color: #100A2E;
}
</style>