Shades of Jaguar #14121C
Tints of Jaguar #14121C
RGB
CMYK
RGB Variations
Color information
#14121C (or 0x14121C) is known color: Jaguar. HEX triplet: 14, 12 and 1C. RGB value is (20,18,28). Sum of RGB (Red+Green+Blue) = 20+18+28=66 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.30% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 28 - color contains mainly: blue. Hex color #14121C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14121C is #EBEDE3. Grayscale: #131313. Windows color (decimal): -15461860 or 1839636. OLE color: 1839636.
HSL color Cylindrical-coordinate representation of color #14121C: hue angle of 252º degrees, saturation: 0.22, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #14121C is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 18 | 28 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.89 |
| HSL | 252º | 0.22% | 0.09% | - |
| HSV(B) | 252º | 0.36% | 0.11% | - |
| XYZ | 0.71 | 0.67 | 1.19 | - |
| YUV | 19.74 | 132.66 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 18 | 28 | 0.29 | 0.36 | 0 | 0.89 | 252 | 0.22 | 0.09 |
| Hex | 14 | 12 | 1C | 1D | 24 | 0 | 59 | FC | 16 | 9 |
| Octal | 24 | 22 | 34 | 35 | 44 | 0 | 131 | 374 | 26 | 11 |
| Binary | 10100 | 10010 | 11100 | 11101 | 100100 | 0 | 1011001 | 11111100 | 10110 | 1001 |
Color Harmonies of #14121C
Complementary color
Monochromatic Colors of #14121C
Black with #14121C
Text Example
Text Example
White with #14121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14121C; }
p { color: rgb(20,18,28); }
H1.HeaderClassName
{
color: #14121C;
}
.AnyTagClassName
{
color: #14121C;
}
</style>
background-color css
<style>
a { background-color: #14121C; }
a { background-color: rgb(20,18,28); }
div.DivClassName
{
background-color: #14121C;
}
.BgClassName
{
background-color: #14121C;
}
</style>
border-color css
<style>
span { border-color: #14121C; }
span { border-color: rgb(20,18,28); }
td.TdClassName
{
border-color: #14121C;
}
.TagClassName
{
border-color: #14121C;
}
</style>