Shades of Jaguar #14112F
Tints of Jaguar #14112F
RGB
CMYK
RGB Variations
Color information
#14112F (or 0x14112F) is known color: Jaguar. HEX triplet: 14, 11 and 2F. RGB value is (20,17,47). Sum of RGB (Red+Green+Blue) = 20+17+47=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 47 (18.75% from 255 or 55.95% from 84); Max value from RGB is 47 - color contains mainly: blue. Hex color #14112F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14112F is #EBEED0. Grayscale: #151515. Windows color (decimal): -15462097 or 3084564. OLE color: 3084564.
HSL color Cylindrical-coordinate representation of color #14112F: hue angle of 246º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #14112F is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 17 | 47 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.82 |
| HSL | 246º | 0.47% | 0.13% | - |
| HSV(B) | 246º | 0.64% | 0.18% | - |
| XYZ | 1 | 0.75 | 2.78 | - |
| YUV | 21.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 17 | 47 | 0.57 | 0.64 | 0 | 0.82 | 246 | 0.47 | 0.13 |
| Hex | 14 | 11 | 2F | 39 | 40 | 0 | 52 | F6 | 2F | D |
| Octal | 24 | 21 | 57 | 71 | 100 | 0 | 122 | 366 | 57 | 15 |
| Binary | 10100 | 10001 | 101111 | 111001 | 1000000 | 0 | 1010010 | 11110110 | 101111 | 1101 |
Color Harmonies of #14112F
Complementary color
Monochromatic Colors of #14112F
Black with #14112F
Text Example
Text Example
White with #14112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14112F; }
p { color: rgb(20,17,47); }
H1.HeaderClassName
{
color: #14112F;
}
.AnyTagClassName
{
color: #14112F;
}
</style>
background-color css
<style>
a { background-color: #14112F; }
a { background-color: rgb(20,17,47); }
div.DivClassName
{
background-color: #14112F;
}
.BgClassName
{
background-color: #14112F;
}
</style>
border-color css
<style>
span { border-color: #14112F; }
span { border-color: rgb(20,17,47); }
td.TdClassName
{
border-color: #14112F;
}
.TagClassName
{
border-color: #14112F;
}
</style>