Shades of Jaguar #100B31
Tints of Jaguar #100B31
RGB
CMYK
RGB Variations
Color information
#100B31 (or 0x100B31) is known color: Jaguar. HEX triplet: 10, 0B and 31. RGB value is (16,11,49). Sum of RGB (Red+Green+Blue) = 16+11+49=76 (10% of max value = 765). Red value is 16 (6.64% from 255 or 21.05% from 76); Green value is 11 (4.69% from 255 or 14.47% from 76); Blue value is 49 (19.53% from 255 or 64.47% from 76); Max value from RGB is 49 - color contains mainly: blue. Hex color #100B31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100B31 is #EFF4CE. Grayscale: #101010. Windows color (decimal): -15725775 or 3214096. OLE color: 3214096.
HSL color Cylindrical-coordinate representation of color #100B31: hue angle of 247.89º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #100B31 is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 16 | 11 | 49 | - |
| CMYK | 0.67 | 0.78 | 0 | 0.81 |
| HSL | 247.89º | 0.63% | 0.12% | - |
| HSV(B) | 247.89º | 0.78% | 0.19% | - |
| XYZ | 0.89 | 0.57 | 2.97 | - |
| YUV | 16.83 | 146.16 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 49 | 0.67 | 0.78 | 0 | 0.81 | 247.89 | 0.63 | 0.12 |
| Hex | 10 | B | 31 | 43 | 4E | 0 | 51 | F8 | 3F | C |
| Octal | 20 | 13 | 61 | 103 | 116 | 0 | 121 | 370 | 77 | 14 |
| Binary | 10000 | 1011 | 110001 | 1000011 | 1001110 | 0 | 1010001 | 11111000 | 111111 | 1100 |
Color Harmonies of #100B31
Complementary color
Monochromatic Colors of #100B31
Black with #100B31
Text Example
Text Example
White with #100B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100B31; }
p { color: rgb(16,11,49); }
H1.HeaderClassName
{
color: #100B31;
}
.AnyTagClassName
{
color: #100B31;
}
</style>
background-color css
<style>
a { background-color: #100B31; }
a { background-color: rgb(16,11,49); }
div.DivClassName
{
background-color: #100B31;
}
.BgClassName
{
background-color: #100B31;
}
</style>
border-color css
<style>
span { border-color: #100B31; }
span { border-color: rgb(16,11,49); }
td.TdClassName
{
border-color: #100B31;
}
.TagClassName
{
border-color: #100B31;
}
</style>