Shades of Jaguar #100B33
Tints of Jaguar #100B33
RGB
CMYK
RGB Variations
Color information
#100B33 (or 0x100B33) is known color: Jaguar. HEX triplet: 10, 0B and 33. RGB value is (16,11,51). Sum of RGB (Red+Green+Blue) = 16+11+51=78 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.51% from 78); Green value is 11 (4.69% from 255 or 14.10% from 78); Blue value is 51 (20.31% from 255 or 65.38% from 78); Max value from RGB is 51 - color contains mainly: blue. Hex color #100B33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100B33 is #EFF4CC. Grayscale: #101010. Windows color (decimal): -15725773 or 3345168. OLE color: 3345168.
HSL color Cylindrical-coordinate representation of color #100B33: hue angle of 247.5º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #100B33 is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 16 | 11 | 51 | - |
| CMYK | 0.69 | 0.78 | 0 | 0.8 |
| HSL | 247.5º | 0.65% | 0.12% | - |
| HSV(B) | 247.5º | 0.78% | 0.2% | - |
| XYZ | 0.93 | 0.59 | 3.2 | - |
| YUV | 17.06 | 147.16 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 51 | 0.69 | 0.78 | 0 | 0.8 | 247.5 | 0.65 | 0.12 |
| Hex | 10 | B | 33 | 45 | 4E | 0 | 50 | F8 | 41 | C |
| Octal | 20 | 13 | 63 | 105 | 116 | 0 | 120 | 370 | 101 | 14 |
| Binary | 10000 | 1011 | 110011 | 1000101 | 1001110 | 0 | 1010000 | 11111000 | 1000001 | 1100 |
Color Harmonies of #100B33
Complementary color
Monochromatic Colors of #100B33
Black with #100B33
Text Example
Text Example
White with #100B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100B33; }
p { color: rgb(16,11,51); }
H1.HeaderClassName
{
color: #100B33;
}
.AnyTagClassName
{
color: #100B33;
}
</style>
background-color css
<style>
a { background-color: #100B33; }
a { background-color: rgb(16,11,51); }
div.DivClassName
{
background-color: #100B33;
}
.BgClassName
{
background-color: #100B33;
}
</style>
border-color css
<style>
span { border-color: #100B33; }
span { border-color: rgb(16,11,51); }
td.TdClassName
{
border-color: #100B33;
}
.TagClassName
{
border-color: #100B33;
}
</style>