Shades of Jaguar #14111D
Tints of Jaguar #14111D
RGB
CMYK
RGB Variations
Color information
#14111D (or 0x14111D) is known color: Jaguar. HEX triplet: 14, 11 and 1D. RGB value is (20,17,29). Sum of RGB (Red+Green+Blue) = 20+17+29=66 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.30% from 66); Green value is 17 (7.03% from 255 or 25.76% from 66); Blue value is 29 (11.72% from 255 or 43.94% from 66); Max value from RGB is 29 - color contains mainly: blue. Hex color #14111D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14111D is #EBEEE2. Grayscale: #131313. Windows color (decimal): -15462115 or 1904916. OLE color: 1904916.
HSL color Cylindrical-coordinate representation of color #14111D: hue angle of 255º degrees, saturation: 0.26, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #14111D is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 17 | 29 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.89 |
| HSL | 255º | 0.26% | 0.09% | - |
| HSV(B) | 255º | 0.41% | 0.11% | - |
| XYZ | 0.71 | 0.64 | 1.25 | - |
| YUV | 19.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 17 | 29 | 0.31 | 0.41 | 0 | 0.89 | 255 | 0.26 | 0.09 |
| Hex | 14 | 11 | 1D | 1F | 29 | 0 | 59 | FF | 1A | 9 |
| Octal | 24 | 21 | 35 | 37 | 51 | 0 | 131 | 377 | 32 | 11 |
| Binary | 10100 | 10001 | 11101 | 11111 | 101001 | 0 | 1011001 | 11111111 | 11010 | 1001 |
Color Harmonies of #14111D
Complementary color
Monochromatic Colors of #14111D
Black with #14111D
Text Example
Text Example
White with #14111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14111D; }
p { color: rgb(20,17,29); }
H1.HeaderClassName
{
color: #14111D;
}
.AnyTagClassName
{
color: #14111D;
}
</style>
background-color css
<style>
a { background-color: #14111D; }
a { background-color: rgb(20,17,29); }
div.DivClassName
{
background-color: #14111D;
}
.BgClassName
{
background-color: #14111D;
}
</style>
border-color css
<style>
span { border-color: #14111D; }
span { border-color: rgb(20,17,29); }
td.TdClassName
{
border-color: #14111D;
}
.TagClassName
{
border-color: #14111D;
}
</style>