Shades of Jaguar #100B2D
Tints of Jaguar #100B2D
RGB
CMYK
RGB Variations
Color information
#100B2D (or 0x100B2D) is known color: Jaguar. HEX triplet: 10, 0B and 2D. RGB value is (16,11,45). Sum of RGB (Red+Green+Blue) = 16+11+45=72 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.22% from 72); Green value is 11 (4.69% from 255 or 15.28% from 72); Blue value is 45 (17.97% from 255 or 62.5% from 72); Max value from RGB is 45 - color contains mainly: blue. Hex color #100B2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100B2D is #EFF4D2. Grayscale: #101010. Windows color (decimal): -15725779 or 2951952. OLE color: 2951952.
HSL color Cylindrical-coordinate representation of color #100B2D: hue angle of 248.82º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #100B2D is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 11 | 45 | - |
| CMYK | 0.64 | 0.76 | 0 | 0.82 |
| HSL | 248.82º | 0.61% | 0.11% | - |
| HSV(B) | 248.82º | 0.76% | 0.18% | - |
| XYZ | 0.81 | 0.54 | 2.54 | - |
| YUV | 16.37 | 144.16 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 45 | 0.64 | 0.76 | 0 | 0.82 | 248.82 | 0.61 | 0.11 |
| Hex | 10 | B | 2D | 40 | 4C | 0 | 52 | F9 | 3D | B |
| Octal | 20 | 13 | 55 | 100 | 114 | 0 | 122 | 371 | 75 | 13 |
| Binary | 10000 | 1011 | 101101 | 1000000 | 1001100 | 0 | 1010010 | 11111001 | 111101 | 1011 |
Color Harmonies of #100B2D
Complementary color
Monochromatic Colors of #100B2D
Black with #100B2D
Text Example
Text Example
White with #100B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100B2D; }
p { color: rgb(16,11,45); }
H1.HeaderClassName
{
color: #100B2D;
}
.AnyTagClassName
{
color: #100B2D;
}
</style>
background-color css
<style>
a { background-color: #100B2D; }
a { background-color: rgb(16,11,45); }
div.DivClassName
{
background-color: #100B2D;
}
.BgClassName
{
background-color: #100B2D;
}
</style>
border-color css
<style>
span { border-color: #100B2D; }
span { border-color: rgb(16,11,45); }
td.TdClassName
{
border-color: #100B2D;
}
.TagClassName
{
border-color: #100B2D;
}
</style>