Shades of Jaguar #100B24
Tints of Jaguar #100B24
RGB
CMYK
RGB Variations
Color information
#100B24 (or 0x100B24) is known color: Jaguar. HEX triplet: 10, 0B and 24. RGB value is (16,11,36). Sum of RGB (Red+Green+Blue) = 16+11+36=63 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.40% from 63); Green value is 11 (4.69% from 255 or 17.46% from 63); Blue value is 36 (14.45% from 255 or 57.14% from 63); Max value from RGB is 36 - color contains mainly: blue. Hex color #100B24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100B24 is #EFF4DB. Grayscale: #0F0F0F. Windows color (decimal): -15725788 or 2362128. OLE color: 2362128.
HSL color Cylindrical-coordinate representation of color #100B24: hue angle of 252º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #100B24 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 16 | 11 | 36 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.86 |
| HSL | 252º | 0.53% | 0.09% | - |
| HSV(B) | 252º | 0.69% | 0.14% | - |
| XYZ | 0.65 | 0.48 | 1.73 | - |
| YUV | 15.35 | 139.66 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 36 | 0.56 | 0.69 | 0 | 0.86 | 252 | 0.53 | 0.09 |
| Hex | 10 | B | 24 | 38 | 45 | 0 | 56 | FC | 35 | 9 |
| Octal | 20 | 13 | 44 | 70 | 105 | 0 | 126 | 374 | 65 | 11 |
| Binary | 10000 | 1011 | 100100 | 111000 | 1000101 | 0 | 1010110 | 11111100 | 110101 | 1001 |
Color Harmonies of #100B24
Complementary color
Monochromatic Colors of #100B24
Black with #100B24
Text Example
Text Example
White with #100B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100B24; }
p { color: rgb(16,11,36); }
H1.HeaderClassName
{
color: #100B24;
}
.AnyTagClassName
{
color: #100B24;
}
</style>
background-color css
<style>
a { background-color: #100B24; }
a { background-color: rgb(16,11,36); }
div.DivClassName
{
background-color: #100B24;
}
.BgClassName
{
background-color: #100B24;
}
</style>
border-color css
<style>
span { border-color: #100B24; }
span { border-color: rgb(16,11,36); }
td.TdClassName
{
border-color: #100B24;
}
.TagClassName
{
border-color: #100B24;
}
</style>