Shades of Jaguar #100C21
Tints of Jaguar #100C21
RGB
CMYK
RGB Variations
Color information
#100C21 (or 0x100C21) is known color: Jaguar. HEX triplet: 10, 0C and 21. RGB value is (16,12,33). Sum of RGB (Red+Green+Blue) = 16+12+33=61 (8% of max value = 765). Red value is 16 (6.64% from 255 or 26.23% from 61); Green value is 12 (5.08% from 255 or 19.67% from 61); Blue value is 33 (13.28% from 255 or 54.10% from 61); Max value from RGB is 33 - color contains mainly: blue. Hex color #100C21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100C21 is #EFF3DE. Grayscale: #0F0F0F. Windows color (decimal): -15725535 or 2165776. OLE color: 2165776.
HSL color Cylindrical-coordinate representation of color #100C21: hue angle of 251.43º degrees, saturation: 0.47, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #100C21 is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 16 | 12 | 33 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.87 |
| HSL | 251.43º | 0.47% | 0.09% | - |
| HSV(B) | 251.43º | 0.64% | 0.13% | - |
| XYZ | 0.62 | 0.48 | 1.5 | - |
| YUV | 15.59 | 137.83 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 33 | 0.52 | 0.64 | 0 | 0.87 | 251.43 | 0.47 | 0.09 |
| Hex | 10 | C | 21 | 34 | 40 | 0 | 57 | FB | 2F | 9 |
| Octal | 20 | 14 | 41 | 64 | 100 | 0 | 127 | 373 | 57 | 11 |
| Binary | 10000 | 1100 | 100001 | 110100 | 1000000 | 0 | 1010111 | 11111011 | 101111 | 1001 |
Color Harmonies of #100C21
Complementary color
Monochromatic Colors of #100C21
Black with #100C21
Text Example
Text Example
White with #100C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100C21; }
p { color: rgb(16,12,33); }
H1.HeaderClassName
{
color: #100C21;
}
.AnyTagClassName
{
color: #100C21;
}
</style>
background-color css
<style>
a { background-color: #100C21; }
a { background-color: rgb(16,12,33); }
div.DivClassName
{
background-color: #100C21;
}
.BgClassName
{
background-color: #100C21;
}
</style>
border-color css
<style>
span { border-color: #100C21; }
span { border-color: rgb(16,12,33); }
td.TdClassName
{
border-color: #100C21;
}
.TagClassName
{
border-color: #100C21;
}
</style>