Shades of Jaguar #141318
Tints of Jaguar #141318
RGB
CMYK
RGB Variations
Color information
#141318 (or 0x141318) is known color: Jaguar. HEX triplet: 14, 13 and 18. RGB value is (20,19,24). Sum of RGB (Red+Green+Blue) = 20+19+24=63 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.75% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 24 (9.77% from 255 or 38.10% from 63); Max value from RGB is 24 - color contains mainly: blue. Hex color #141318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141318 is #EBECE7. Grayscale: #131313. Windows color (decimal): -15461608 or 1577748. OLE color: 1577748.
HSL color Cylindrical-coordinate representation of color #141318: hue angle of 252º degrees, saturation: 0.12, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #141318 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 20 | 19 | 24 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.91 |
| HSL | 252º | 0.12% | 0.08% | - |
| HSV(B) | 252º | 0.21% | 0.09% | - |
| XYZ | 0.69 | 0.68 | 0.96 | - |
| YUV | 19.87 | 130.33 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 19 | 24 | 0.17 | 0.21 | 0 | 0.91 | 252 | 0.12 | 0.08 |
| Hex | 14 | 13 | 18 | 11 | 15 | 0 | 5B | FC | C | 8 |
| Octal | 24 | 23 | 30 | 21 | 25 | 0 | 133 | 374 | 14 | 10 |
| Binary | 10100 | 10011 | 11000 | 10001 | 10101 | 0 | 1011011 | 11111100 | 1100 | 1000 |
Color Harmonies of #141318
Complementary color
Monochromatic Colors of #141318
Black with #141318
Text Example
Text Example
White with #141318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141318; }
p { color: rgb(20,19,24); }
H1.HeaderClassName
{
color: #141318;
}
.AnyTagClassName
{
color: #141318;
}
</style>
background-color css
<style>
a { background-color: #141318; }
a { background-color: rgb(20,19,24); }
div.DivClassName
{
background-color: #141318;
}
.BgClassName
{
background-color: #141318;
}
</style>
border-color css
<style>
span { border-color: #141318; }
span { border-color: rgb(20,19,24); }
td.TdClassName
{
border-color: #141318;
}
.TagClassName
{
border-color: #141318;
}
</style>