Shades of Jaguar #100B37
Tints of Jaguar #100B37
RGB
CMYK
RGB Variations
Color information
#100B37 (or 0x100B37) is known color: Jaguar. HEX triplet: 10, 0B and 37. RGB value is (16,11,55). Sum of RGB (Red+Green+Blue) = 16+11+55=82 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.51% from 82); Green value is 11 (4.69% from 255 or 13.41% from 82); Blue value is 55 (21.88% from 255 or 67.07% from 82); Max value from RGB is 55 - color contains mainly: blue. Hex color #100B37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100B37 is #EFF4C8. Grayscale: #111111. Windows color (decimal): -15725769 or 3607312. OLE color: 3607312.
HSL color Cylindrical-coordinate representation of color #100B37: hue angle of 246.82º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #100B37 is Cyan = 0.71, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 16 | 11 | 55 | - |
| CMYK | 0.71 | 0.8 | 0 | 0.78 |
| HSL | 246.82º | 0.67% | 0.13% | - |
| HSV(B) | 246.82º | 0.8% | 0.22% | - |
| XYZ | 1.02 | 0.63 | 3.68 | - |
| YUV | 17.51 | 149.16 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 55 | 0.71 | 0.8 | 0 | 0.78 | 246.82 | 0.67 | 0.13 |
| Hex | 10 | B | 37 | 47 | 50 | 0 | 4E | F7 | 43 | D |
| Octal | 20 | 13 | 67 | 107 | 120 | 0 | 116 | 367 | 103 | 15 |
| Binary | 10000 | 1011 | 110111 | 1000111 | 1010000 | 0 | 1001110 | 11110111 | 1000011 | 1101 |
Color Harmonies of #100B37
Complementary color
Monochromatic Colors of #100B37
Black with #100B37
Text Example
Text Example
White with #100B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100B37; }
p { color: rgb(16,11,55); }
H1.HeaderClassName
{
color: #100B37;
}
.AnyTagClassName
{
color: #100B37;
}
</style>
background-color css
<style>
a { background-color: #100B37; }
a { background-color: rgb(16,11,55); }
div.DivClassName
{
background-color: #100B37;
}
.BgClassName
{
background-color: #100B37;
}
</style>
border-color css
<style>
span { border-color: #100B37; }
span { border-color: rgb(16,11,55); }
td.TdClassName
{
border-color: #100B37;
}
.TagClassName
{
border-color: #100B37;
}
</style>