Shades of Jaguar #100A2F
Tints of Jaguar #100A2F
RGB
CMYK
RGB Variations
Color information
#100A2F (or 0x100A2F) is known color: Jaguar. HEX triplet: 10, 0A and 2F. RGB value is (16,10,47). Sum of RGB (Red+Green+Blue) = 16+10+47=73 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.92% from 73); Green value is 10 (4.30% from 255 or 13.70% from 73); Blue value is 47 (18.75% from 255 or 64.38% from 73); Max value from RGB is 47 - color contains mainly: blue. Hex color #100A2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100A2F is #EFF5D0. Grayscale: #0F0F0F. Windows color (decimal): -15726033 or 3082768. OLE color: 3082768.
HSL color Cylindrical-coordinate representation of color #100A2F: hue angle of 249.73º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #100A2F is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 10 | 47 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.82 |
| HSL | 249.73º | 0.65% | 0.11% | - |
| HSV(B) | 249.73º | 0.79% | 0.18% | - |
| XYZ | 0.84 | 0.53 | 2.75 | - |
| YUV | 16.01 | 145.49 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 47 | 0.66 | 0.79 | 0 | 0.82 | 249.73 | 0.65 | 0.11 |
| Hex | 10 | A | 2F | 42 | 4F | 0 | 52 | FA | 41 | B |
| Octal | 20 | 12 | 57 | 102 | 117 | 0 | 122 | 372 | 101 | 13 |
| Binary | 10000 | 1010 | 101111 | 1000010 | 1001111 | 0 | 1010010 | 11111010 | 1000001 | 1011 |
Color Harmonies of #100A2F
Complementary color
Monochromatic Colors of #100A2F
Black with #100A2F
Text Example
Text Example
White with #100A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100A2F; }
p { color: rgb(16,10,47); }
H1.HeaderClassName
{
color: #100A2F;
}
.AnyTagClassName
{
color: #100A2F;
}
</style>
background-color css
<style>
a { background-color: #100A2F; }
a { background-color: rgb(16,10,47); }
div.DivClassName
{
background-color: #100A2F;
}
.BgClassName
{
background-color: #100A2F;
}
</style>
border-color css
<style>
span { border-color: #100A2F; }
span { border-color: rgb(16,10,47); }
td.TdClassName
{
border-color: #100A2F;
}
.TagClassName
{
border-color: #100A2F;
}
</style>