Shades of Jaguar #100A2D
Tints of Jaguar #100A2D
RGB
CMYK
RGB Variations
Color information
#100A2D (or 0x100A2D) is known color: Jaguar. HEX triplet: 10, 0A and 2D. RGB value is (16,10,45). Sum of RGB (Red+Green+Blue) = 16+10+45=71 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.54% from 71); Green value is 10 (4.30% from 255 or 14.08% from 71); Blue value is 45 (17.97% from 255 or 63.38% from 71); Max value from RGB is 45 - color contains mainly: blue. Hex color #100A2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100A2D is #EFF5D2. Grayscale: #0F0F0F. Windows color (decimal): -15726035 or 2951696. OLE color: 2951696.
HSL color Cylindrical-coordinate representation of color #100A2D: hue angle of 250.29º 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 #100A2D is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 10 | 45 | - |
| CMYK | 0.64 | 0.78 | 0 | 0.82 |
| HSL | 250.29º | 0.64% | 0.11% | - |
| HSV(B) | 250.29º | 0.78% | 0.18% | - |
| XYZ | 0.8 | 0.52 | 2.54 | - |
| YUV | 15.78 | 144.49 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 45 | 0.64 | 0.78 | 0 | 0.82 | 250.29 | 0.64 | 0.11 |
| Hex | 10 | A | 2D | 40 | 4E | 0 | 52 | FA | 40 | B |
| Octal | 20 | 12 | 55 | 100 | 116 | 0 | 122 | 372 | 100 | 13 |
| Binary | 10000 | 1010 | 101101 | 1000000 | 1001110 | 0 | 1010010 | 11111010 | 1000000 | 1011 |
Color Harmonies of #100A2D
Complementary color
Monochromatic Colors of #100A2D
Black with #100A2D
Text Example
Text Example
White with #100A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100A2D; }
p { color: rgb(16,10,45); }
H1.HeaderClassName
{
color: #100A2D;
}
.AnyTagClassName
{
color: #100A2D;
}
</style>
background-color css
<style>
a { background-color: #100A2D; }
a { background-color: rgb(16,10,45); }
div.DivClassName
{
background-color: #100A2D;
}
.BgClassName
{
background-color: #100A2D;
}
</style>
border-color css
<style>
span { border-color: #100A2D; }
span { border-color: rgb(16,10,45); }
td.TdClassName
{
border-color: #100A2D;
}
.TagClassName
{
border-color: #100A2D;
}
</style>