Shades of Jaguar #100B2C
Tints of Jaguar #100B2C
RGB
CMYK
RGB Variations
Color information
#100B2C (or 0x100B2C) is known color: Jaguar. HEX triplet: 10, 0B and 2C. RGB value is (16,11,44). Sum of RGB (Red+Green+Blue) = 16+11+44=71 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.54% from 71); Green value is 11 (4.69% from 255 or 15.49% from 71); Blue value is 44 (17.58% from 255 or 61.97% from 71); Max value from RGB is 44 - color contains mainly: blue. Hex color #100B2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100B2C is #EFF4D3. Grayscale: #101010. Windows color (decimal): -15725780 or 2886416. OLE color: 2886416.
HSL color Cylindrical-coordinate representation of color #100B2C: hue angle of 249.09º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #100B2C is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 16 | 11 | 44 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.83 |
| HSL | 249.09º | 0.6% | 0.11% | - |
| HSV(B) | 249.09º | 0.75% | 0.17% | - |
| XYZ | 0.79 | 0.53 | 2.44 | - |
| YUV | 16.26 | 143.66 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 44 | 0.64 | 0.75 | 0 | 0.83 | 249.09 | 0.6 | 0.11 |
| Hex | 10 | B | 2C | 40 | 4B | 0 | 53 | F9 | 3C | B |
| Octal | 20 | 13 | 54 | 100 | 113 | 0 | 123 | 371 | 74 | 13 |
| Binary | 10000 | 1011 | 101100 | 1000000 | 1001011 | 0 | 1010011 | 11111001 | 111100 | 1011 |
Color Harmonies of #100B2C
Complementary color
Monochromatic Colors of #100B2C
Black with #100B2C
Text Example
Text Example
White with #100B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100B2C; }
p { color: rgb(16,11,44); }
H1.HeaderClassName
{
color: #100B2C;
}
.AnyTagClassName
{
color: #100B2C;
}
</style>
background-color css
<style>
a { background-color: #100B2C; }
a { background-color: rgb(16,11,44); }
div.DivClassName
{
background-color: #100B2C;
}
.BgClassName
{
background-color: #100B2C;
}
</style>
border-color css
<style>
span { border-color: #100B2C; }
span { border-color: rgb(16,11,44); }
td.TdClassName
{
border-color: #100B2C;
}
.TagClassName
{
border-color: #100B2C;
}
</style>