Shades of Jaguar #14112C
Tints of Jaguar #14112C
RGB
CMYK
RGB Variations
Color information
#14112C (or 0x14112C) is known color: Jaguar. HEX triplet: 14, 11 and 2C. RGB value is (20,17,44). Sum of RGB (Red+Green+Blue) = 20+17+44=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 17 (7.03% from 255 or 20.99% from 81); Blue value is 44 (17.58% from 255 or 54.32% from 81); Max value from RGB is 44 - color contains mainly: blue. Hex color #14112C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14112C is #EBEED3. Grayscale: #141414. Windows color (decimal): -15462100 or 2887956. OLE color: 2887956.
HSL color Cylindrical-coordinate representation of color #14112C: hue angle of 246.67º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #14112C is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 17 | 44 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.83 |
| HSL | 246.67º | 0.44% | 0.12% | - |
| HSV(B) | 246.67º | 0.61% | 0.17% | - |
| XYZ | 0.94 | 0.73 | 2.47 | - |
| YUV | 20.98 | 140.99 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 17 | 44 | 0.55 | 0.61 | 0 | 0.83 | 246.67 | 0.44 | 0.12 |
| Hex | 14 | 11 | 2C | 37 | 3D | 0 | 53 | F7 | 2C | C |
| Octal | 24 | 21 | 54 | 67 | 75 | 0 | 123 | 367 | 54 | 14 |
| Binary | 10100 | 10001 | 101100 | 110111 | 111101 | 0 | 1010011 | 11110111 | 101100 | 1100 |
Color Harmonies of #14112C
Complementary color
Monochromatic Colors of #14112C
Black with #14112C
Text Example
Text Example
White with #14112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14112C; }
p { color: rgb(20,17,44); }
H1.HeaderClassName
{
color: #14112C;
}
.AnyTagClassName
{
color: #14112C;
}
</style>
background-color css
<style>
a { background-color: #14112C; }
a { background-color: rgb(20,17,44); }
div.DivClassName
{
background-color: #14112C;
}
.BgClassName
{
background-color: #14112C;
}
</style>
border-color css
<style>
span { border-color: #14112C; }
span { border-color: rgb(20,17,44); }
td.TdClassName
{
border-color: #14112C;
}
.TagClassName
{
border-color: #14112C;
}
</style>