Shades of Jaguar #100D1B
Tints of Jaguar #100D1B
RGB
CMYK
RGB Variations
Color information
#100D1B (or 0x100D1B) is known color: Jaguar. HEX triplet: 10, 0D and 1B. RGB value is (16,13,27). Sum of RGB (Red+Green+Blue) = 16+13+27=56 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.57% from 56); Green value is 13 (5.47% from 255 or 23.21% from 56); Blue value is 27 (10.94% from 255 or 48.21% from 56); Max value from RGB is 27 - color contains mainly: blue. Hex color #100D1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100D1B is #EFF2E4. Grayscale: #0F0F0F. Windows color (decimal): -15725285 or 1772816. OLE color: 1772816.
HSL color Cylindrical-coordinate representation of color #100D1B: hue angle of 252.86º degrees, saturation: 0.35, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #100D1B is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 16 | 13 | 27 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.89 |
| HSL | 252.86º | 0.35% | 0.08% | - |
| HSV(B) | 252.86º | 0.52% | 0.11% | - |
| XYZ | 0.56 | 0.48 | 1.1 | - |
| YUV | 15.49 | 134.49 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 27 | 0.41 | 0.52 | 0 | 0.89 | 252.86 | 0.35 | 0.08 |
| Hex | 10 | D | 1B | 29 | 34 | 0 | 59 | FD | 23 | 8 |
| Octal | 20 | 15 | 33 | 51 | 64 | 0 | 131 | 375 | 43 | 10 |
| Binary | 10000 | 1101 | 11011 | 101001 | 110100 | 0 | 1011001 | 11111101 | 100011 | 1000 |
Color Harmonies of #100D1B
Complementary color
Monochromatic Colors of #100D1B
Black with #100D1B
Text Example
Text Example
White with #100D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100D1B; }
p { color: rgb(16,13,27); }
H1.HeaderClassName
{
color: #100D1B;
}
.AnyTagClassName
{
color: #100D1B;
}
</style>
background-color css
<style>
a { background-color: #100D1B; }
a { background-color: rgb(16,13,27); }
div.DivClassName
{
background-color: #100D1B;
}
.BgClassName
{
background-color: #100D1B;
}
</style>
border-color css
<style>
span { border-color: #100D1B; }
span { border-color: rgb(16,13,27); }
td.TdClassName
{
border-color: #100D1B;
}
.TagClassName
{
border-color: #100D1B;
}
</style>