Shades of Jaguar #100B25
Tints of Jaguar #100B25
RGB
CMYK
RGB Variations
Color information
#100B25 (or 0x100B25) is known color: Jaguar. HEX triplet: 10, 0B and 25. RGB value is (16,11,37). Sum of RGB (Red+Green+Blue) = 16+11+37=64 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25% from 64); Green value is 11 (4.69% from 255 or 17.19% from 64); Blue value is 37 (14.84% from 255 or 57.81% from 64); Max value from RGB is 37 - color contains mainly: blue. Hex color #100B25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100B25 is #EFF4DA. Grayscale: #0F0F0F. Windows color (decimal): -15725787 or 2427664. OLE color: 2427664.
HSL color Cylindrical-coordinate representation of color #100B25: hue angle of 251.54º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #100B25 is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 16 | 11 | 37 | - |
| CMYK | 0.57 | 0.70 | 0 | 0.85 |
| HSL | 251.54º | 0.54% | 0.09% | - |
| HSV(B) | 251.54º | 0.7% | 0.15% | - |
| XYZ | 0.67 | 0.48 | 1.81 | - |
| YUV | 15.46 | 140.16 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 37 | 0.57 | 0.70 | 0 | 0.85 | 251.54 | 0.54 | 0.09 |
| Hex | 10 | B | 25 | 39 | 46 | 0 | 55 | FC | 36 | 9 |
| Octal | 20 | 13 | 45 | 71 | 106 | 0 | 125 | 374 | 66 | 11 |
| Binary | 10000 | 1011 | 100101 | 111001 | 1000110 | 0 | 1010101 | 11111100 | 110110 | 1001 |
Color Harmonies of #100B25
Complementary color
Monochromatic Colors of #100B25
Black with #100B25
Text Example
Text Example
White with #100B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100B25; }
p { color: rgb(16,11,37); }
H1.HeaderClassName
{
color: #100B25;
}
.AnyTagClassName
{
color: #100B25;
}
</style>
background-color css
<style>
a { background-color: #100B25; }
a { background-color: rgb(16,11,37); }
div.DivClassName
{
background-color: #100B25;
}
.BgClassName
{
background-color: #100B25;
}
</style>
border-color css
<style>
span { border-color: #100B25; }
span { border-color: rgb(16,11,37); }
td.TdClassName
{
border-color: #100B25;
}
.TagClassName
{
border-color: #100B25;
}
</style>