Shades of Jaguar #14112D
Tints of Jaguar #14112D
RGB
CMYK
RGB Variations
Color information
#14112D (or 0x14112D) is known color: Jaguar. HEX triplet: 14, 11 and 2D. RGB value is (20,17,45). Sum of RGB (Red+Green+Blue) = 20+17+45=82 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.39% from 82); Green value is 17 (7.03% from 255 or 20.73% from 82); Blue value is 45 (17.97% from 255 or 54.88% from 82); Max value from RGB is 45 - color contains mainly: blue. Hex color #14112D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14112D is #EBEED2. Grayscale: #141414. Windows color (decimal): -15462099 or 2953492. OLE color: 2953492.
HSL color Cylindrical-coordinate representation of color #14112D: hue angle of 246.43º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #14112D is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 17 | 45 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.82 |
| HSL | 246.43º | 0.45% | 0.12% | - |
| HSV(B) | 246.43º | 0.62% | 0.18% | - |
| XYZ | 0.96 | 0.74 | 2.57 | - |
| YUV | 21.09 | 141.49 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 17 | 45 | 0.56 | 0.62 | 0 | 0.82 | 246.43 | 0.45 | 0.12 |
| Hex | 14 | 11 | 2D | 38 | 3E | 0 | 52 | F6 | 2D | C |
| Octal | 24 | 21 | 55 | 70 | 76 | 0 | 122 | 366 | 55 | 14 |
| Binary | 10100 | 10001 | 101101 | 111000 | 111110 | 0 | 1010010 | 11110110 | 101101 | 1100 |
Color Harmonies of #14112D
Complementary color
Monochromatic Colors of #14112D
Black with #14112D
Text Example
Text Example
White with #14112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14112D; }
p { color: rgb(20,17,45); }
H1.HeaderClassName
{
color: #14112D;
}
.AnyTagClassName
{
color: #14112D;
}
</style>
background-color css
<style>
a { background-color: #14112D; }
a { background-color: rgb(20,17,45); }
div.DivClassName
{
background-color: #14112D;
}
.BgClassName
{
background-color: #14112D;
}
</style>
border-color css
<style>
span { border-color: #14112D; }
span { border-color: rgb(20,17,45); }
td.TdClassName
{
border-color: #14112D;
}
.TagClassName
{
border-color: #14112D;
}
</style>