Shades of Jaguar #100D18
Tints of Jaguar #100D18
RGB
CMYK
RGB Variations
Color information
#100D18 (or 0x100D18) is known color: Jaguar. HEX triplet: 10, 0D and 18. RGB value is (16,13,24). Sum of RGB (Red+Green+Blue) = 16+13+24=53 (7% of max value = 765). Red value is 16 (6.64% from 255 or 30.19% from 53); Green value is 13 (5.47% from 255 or 24.53% from 53); Blue value is 24 (9.77% from 255 or 45.28% from 53); Max value from RGB is 24 - color contains mainly: blue. Hex color #100D18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100D18 is #EFF2E7. Grayscale: #0F0F0F. Windows color (decimal): -15725288 or 1576208. OLE color: 1576208.
HSL color Cylindrical-coordinate representation of color #100D18: hue angle of 256.36º degrees, saturation: 0.3, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #100D18 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 16 | 13 | 24 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.91 |
| HSL | 256.36º | 0.3% | 0.07% | - |
| HSV(B) | 256.36º | 0.46% | 0.09% | - |
| XYZ | 0.52 | 0.46 | 0.93 | - |
| YUV | 15.15 | 132.99 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 24 | 0.33 | 0.46 | 0 | 0.91 | 256.36 | 0.3 | 0.07 |
| Hex | 10 | D | 18 | 21 | 2E | 0 | 5B | 100 | 1E | 7 |
| Octal | 20 | 15 | 30 | 41 | 56 | 0 | 133 | 400 | 36 | 7 |
| Binary | 10000 | 1101 | 11000 | 100001 | 101110 | 0 | 1011011 | 100000000 | 11110 | 111 |
Color Harmonies of #100D18
Complementary color
Monochromatic Colors of #100D18
Black with #100D18
Text Example
Text Example
White with #100D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100D18; }
p { color: rgb(16,13,24); }
H1.HeaderClassName
{
color: #100D18;
}
.AnyTagClassName
{
color: #100D18;
}
</style>
background-color css
<style>
a { background-color: #100D18; }
a { background-color: rgb(16,13,24); }
div.DivClassName
{
background-color: #100D18;
}
.BgClassName
{
background-color: #100D18;
}
</style>
border-color css
<style>
span { border-color: #100D18; }
span { border-color: rgb(16,13,24); }
td.TdClassName
{
border-color: #100D18;
}
.TagClassName
{
border-color: #100D18;
}
</style>