Shades of Jaguar #121019
Tints of Jaguar #121019
RGB
CMYK
RGB Variations
Color information
#121019 (or 0x121019) is known color: Jaguar. HEX triplet: 12, 10 and 19. RGB value is (18,16,25). Sum of RGB (Red+Green+Blue) = 18+16+25=59 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30.51% from 59); Green value is 16 (6.64% from 255 or 27.12% from 59); Blue value is 25 (10.16% from 255 or 42.37% from 59); Max value from RGB is 25 - color contains mainly: blue. Hex color #121019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121019 is #EDEFE6. Grayscale: #111111. Windows color (decimal): -15593447 or 1642514. OLE color: 1642514.
HSL color Cylindrical-coordinate representation of color #121019: hue angle of 253.33º degrees, saturation: 0.22, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #121019 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 18 | 16 | 25 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.90 |
| HSL | 253.33º | 0.22% | 0.08% | - |
| HSV(B) | 253.33º | 0.36% | 0.1% | - |
| XYZ | 0.61 | 0.57 | 1 | - |
| YUV | 17.62 | 132.16 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 16 | 25 | 0.28 | 0.36 | 0 | 0.90 | 253.33 | 0.22 | 0.08 |
| Hex | 12 | 10 | 19 | 1C | 24 | 0 | 5A | FD | 16 | 8 |
| Octal | 22 | 20 | 31 | 34 | 44 | 0 | 132 | 375 | 26 | 10 |
| Binary | 10010 | 10000 | 11001 | 11100 | 100100 | 0 | 1011010 | 11111101 | 10110 | 1000 |
Color Harmonies of #121019
Complementary color
Monochromatic Colors of #121019
Black with #121019
Text Example
Text Example
White with #121019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121019; }
p { color: rgb(18,16,25); }
H1.HeaderClassName
{
color: #121019;
}
.AnyTagClassName
{
color: #121019;
}
</style>
background-color css
<style>
a { background-color: #121019; }
a { background-color: rgb(18,16,25); }
div.DivClassName
{
background-color: #121019;
}
.BgClassName
{
background-color: #121019;
}
</style>
border-color css
<style>
span { border-color: #121019; }
span { border-color: rgb(18,16,25); }
td.TdClassName
{
border-color: #121019;
}
.TagClassName
{
border-color: #121019;
}
</style>