Shades of Jaguar #100B34
Tints of Jaguar #100B34
RGB
CMYK
RGB Variations
Color information
#100B34 (or 0x100B34) is known color: Jaguar. HEX triplet: 10, 0B and 34. RGB value is (16,11,52). Sum of RGB (Red+Green+Blue) = 16+11+52=79 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.25% from 79); Green value is 11 (4.69% from 255 or 13.92% from 79); Blue value is 52 (20.70% from 255 or 65.82% from 79); Max value from RGB is 52 - color contains mainly: blue. Hex color #100B34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100B34 is #EFF4CB. Grayscale: #111111. Windows color (decimal): -15725772 or 3410704. OLE color: 3410704.
HSL color Cylindrical-coordinate representation of color #100B34: hue angle of 247.32º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #100B34 is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 16 | 11 | 52 | - |
| CMYK | 0.69 | 0.79 | 0 | 0.80 |
| HSL | 247.32º | 0.65% | 0.12% | - |
| HSV(B) | 247.32º | 0.79% | 0.2% | - |
| XYZ | 0.95 | 0.6 | 3.31 | - |
| YUV | 17.17 | 147.66 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 52 | 0.69 | 0.79 | 0 | 0.80 | 247.32 | 0.65 | 0.12 |
| Hex | 10 | B | 34 | 45 | 4F | 0 | 50 | F7 | 41 | C |
| Octal | 20 | 13 | 64 | 105 | 117 | 0 | 120 | 367 | 101 | 14 |
| Binary | 10000 | 1011 | 110100 | 1000101 | 1001111 | 0 | 1010000 | 11110111 | 1000001 | 1100 |
Color Harmonies of #100B34
Complementary color
Monochromatic Colors of #100B34
Black with #100B34
Text Example
Text Example
White with #100B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100B34; }
p { color: rgb(16,11,52); }
H1.HeaderClassName
{
color: #100B34;
}
.AnyTagClassName
{
color: #100B34;
}
</style>
background-color css
<style>
a { background-color: #100B34; }
a { background-color: rgb(16,11,52); }
div.DivClassName
{
background-color: #100B34;
}
.BgClassName
{
background-color: #100B34;
}
</style>
border-color css
<style>
span { border-color: #100B34; }
span { border-color: rgb(16,11,52); }
td.TdClassName
{
border-color: #100B34;
}
.TagClassName
{
border-color: #100B34;
}
</style>