Shades of Jaguar #141135
Tints of Jaguar #141135
RGB
CMYK
RGB Variations
Color information
#141135 (or 0x141135) is known color: Jaguar. HEX triplet: 14, 11 and 35. RGB value is (20,17,53). Sum of RGB (Red+Green+Blue) = 20+17+53=90 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.22% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 53 (21.09% from 255 or 58.89% from 90); Max value from RGB is 53 - color contains mainly: blue. Hex color #141135 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141135 is #EBEECA. Grayscale: #151515. Windows color (decimal): -15462091 or 3477780. OLE color: 3477780.
HSL color Cylindrical-coordinate representation of color #141135: hue angle of 245º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #141135 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 20 | 17 | 53 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.79 |
| HSL | 245º | 0.51% | 0.14% | - |
| HSV(B) | 245º | 0.68% | 0.21% | - |
| XYZ | 1.13 | 0.81 | 3.46 | - |
| YUV | 22 | 145.49 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 17 | 53 | 0.62 | 0.68 | 0 | 0.79 | 245 | 0.51 | 0.14 |
| Hex | 14 | 11 | 35 | 3E | 44 | 0 | 4F | F5 | 33 | E |
| Octal | 24 | 21 | 65 | 76 | 104 | 0 | 117 | 365 | 63 | 16 |
| Binary | 10100 | 10001 | 110101 | 111110 | 1000100 | 0 | 1001111 | 11110101 | 110011 | 1110 |
Color Harmonies of #141135
Complementary color
Monochromatic Colors of #141135
Black with #141135
Text Example
Text Example
White with #141135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141135; }
p { color: rgb(20,17,53); }
H1.HeaderClassName
{
color: #141135;
}
.AnyTagClassName
{
color: #141135;
}
</style>
background-color css
<style>
a { background-color: #141135; }
a { background-color: rgb(20,17,53); }
div.DivClassName
{
background-color: #141135;
}
.BgClassName
{
background-color: #141135;
}
</style>
border-color css
<style>
span { border-color: #141135; }
span { border-color: rgb(20,17,53); }
td.TdClassName
{
border-color: #141135;
}
.TagClassName
{
border-color: #141135;
}
</style>