Shades of Jaguar #14112B
Tints of Jaguar #14112B
RGB
CMYK
RGB Variations
Color information
#14112B (or 0x14112B) is known color: Jaguar. HEX triplet: 14, 11 and 2B. RGB value is (20,17,43). Sum of RGB (Red+Green+Blue) = 20+17+43=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 43 (17.19% from 255 or 53.75% from 80); Max value from RGB is 43 - color contains mainly: blue. Hex color #14112B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14112B is #EBEED4. Grayscale: #141414. Windows color (decimal): -15462101 or 2822420. OLE color: 2822420.
HSL color Cylindrical-coordinate representation of color #14112B: hue angle of 246.92º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #14112B is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 17 | 43 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.83 |
| HSL | 246.92º | 0.43% | 0.12% | - |
| HSV(B) | 246.92º | 0.6% | 0.17% | - |
| XYZ | 0.92 | 0.72 | 2.38 | - |
| YUV | 20.86 | 140.49 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 17 | 43 | 0.53 | 0.60 | 0 | 0.83 | 246.92 | 0.43 | 0.12 |
| Hex | 14 | 11 | 2B | 35 | 3C | 0 | 53 | F7 | 2B | C |
| Octal | 24 | 21 | 53 | 65 | 74 | 0 | 123 | 367 | 53 | 14 |
| Binary | 10100 | 10001 | 101011 | 110101 | 111100 | 0 | 1010011 | 11110111 | 101011 | 1100 |
Color Harmonies of #14112B
Complementary color
Monochromatic Colors of #14112B
Black with #14112B
Text Example
Text Example
White with #14112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14112B; }
p { color: rgb(20,17,43); }
H1.HeaderClassName
{
color: #14112B;
}
.AnyTagClassName
{
color: #14112B;
}
</style>
background-color css
<style>
a { background-color: #14112B; }
a { background-color: rgb(20,17,43); }
div.DivClassName
{
background-color: #14112B;
}
.BgClassName
{
background-color: #14112B;
}
</style>
border-color css
<style>
span { border-color: #14112B; }
span { border-color: rgb(20,17,43); }
td.TdClassName
{
border-color: #14112B;
}
.TagClassName
{
border-color: #14112B;
}
</style>