Shades of Jaguar #100C1D
Tints of Jaguar #100C1D
RGB
CMYK
RGB Variations
Color information
#100C1D (or 0x100C1D) is known color: Jaguar. HEX triplet: 10, 0C and 1D. RGB value is (16,12,29). Sum of RGB (Red+Green+Blue) = 16+12+29=57 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.07% from 57); Green value is 12 (5.08% from 255 or 21.05% from 57); Blue value is 29 (11.72% from 255 or 50.88% from 57); Max value from RGB is 29 - color contains mainly: blue. Hex color #100C1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100C1D is #EFF3E2. Grayscale: #0F0F0F. Windows color (decimal): -15725539 or 1903632. OLE color: 1903632.
HSL color Cylindrical-coordinate representation of color #100C1D: hue angle of 254.12º degrees, saturation: 0.41, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #100C1D is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 16 | 12 | 29 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.89 |
| HSL | 254.12º | 0.41% | 0.08% | - |
| HSV(B) | 254.12º | 0.59% | 0.11% | - |
| XYZ | 0.57 | 0.46 | 1.22 | - |
| YUV | 15.13 | 135.83 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 29 | 0.45 | 0.59 | 0 | 0.89 | 254.12 | 0.41 | 0.08 |
| Hex | 10 | C | 1D | 2D | 3B | 0 | 59 | FE | 29 | 8 |
| Octal | 20 | 14 | 35 | 55 | 73 | 0 | 131 | 376 | 51 | 10 |
| Binary | 10000 | 1100 | 11101 | 101101 | 111011 | 0 | 1011001 | 11111110 | 101001 | 1000 |
Color Harmonies of #100C1D
Complementary color
Monochromatic Colors of #100C1D
Black with #100C1D
Text Example
Text Example
White with #100C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100C1D; }
p { color: rgb(16,12,29); }
H1.HeaderClassName
{
color: #100C1D;
}
.AnyTagClassName
{
color: #100C1D;
}
</style>
background-color css
<style>
a { background-color: #100C1D; }
a { background-color: rgb(16,12,29); }
div.DivClassName
{
background-color: #100C1D;
}
.BgClassName
{
background-color: #100C1D;
}
</style>
border-color css
<style>
span { border-color: #100C1D; }
span { border-color: rgb(16,12,29); }
td.TdClassName
{
border-color: #100C1D;
}
.TagClassName
{
border-color: #100C1D;
}
</style>