Shades of Jaguar #100A34
Tints of Jaguar #100A34
RGB
CMYK
RGB Variations
Color information
#100A34 (or 0x100A34) is known color: Jaguar. HEX triplet: 10, 0A and 34. RGB value is (16,10,52). Sum of RGB (Red+Green+Blue) = 16+10+52=78 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.51% from 78); Green value is 10 (4.30% from 255 or 12.82% from 78); Blue value is 52 (20.70% from 255 or 66.67% from 78); Max value from RGB is 52 - color contains mainly: blue. Hex color #100A34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100A34 is #EFF5CB. Grayscale: #101010. Windows color (decimal): -15726028 or 3410448. OLE color: 3410448.
HSL color Cylindrical-coordinate representation of color #100A34: hue angle of 248.57º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #100A34 is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 16 | 10 | 52 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.80 |
| HSL | 248.57º | 0.68% | 0.12% | - |
| HSV(B) | 248.57º | 0.81% | 0.2% | - |
| XYZ | 0.94 | 0.58 | 3.31 | - |
| YUV | 16.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 52 | 0.69 | 0.81 | 0 | 0.80 | 248.57 | 0.68 | 0.12 |
| Hex | 10 | A | 34 | 45 | 51 | 0 | 50 | F9 | 44 | C |
| Octal | 20 | 12 | 64 | 105 | 121 | 0 | 120 | 371 | 104 | 14 |
| Binary | 10000 | 1010 | 110100 | 1000101 | 1010001 | 0 | 1010000 | 11111001 | 1000100 | 1100 |
Color Harmonies of #100A34
Complementary color
Monochromatic Colors of #100A34
Black with #100A34
Text Example
Text Example
White with #100A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100A34; }
p { color: rgb(16,10,52); }
H1.HeaderClassName
{
color: #100A34;
}
.AnyTagClassName
{
color: #100A34;
}
</style>
background-color css
<style>
a { background-color: #100A34; }
a { background-color: rgb(16,10,52); }
div.DivClassName
{
background-color: #100A34;
}
.BgClassName
{
background-color: #100A34;
}
</style>
border-color css
<style>
span { border-color: #100A34; }
span { border-color: rgb(16,10,52); }
td.TdClassName
{
border-color: #100A34;
}
.TagClassName
{
border-color: #100A34;
}
</style>