Shades of Jaguar #141129
Tints of Jaguar #141129
RGB
CMYK
RGB Variations
Color information
#141129 (or 0x141129) is known color: Jaguar. HEX triplet: 14, 11 and 29. RGB value is (20,17,41). Sum of RGB (Red+Green+Blue) = 20+17+41=78 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.64% from 78); Green value is 17 (7.03% from 255 or 21.79% from 78); Blue value is 41 (16.41% from 255 or 52.56% from 78); Max value from RGB is 41 - color contains mainly: blue. Hex color #141129 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141129 is #EBEED6. Grayscale: #141414. Windows color (decimal): -15462103 or 2691348. OLE color: 2691348.
HSL color Cylindrical-coordinate representation of color #141129: hue angle of 247.5º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #141129 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 17 | 41 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.84 |
| HSL | 247.5º | 0.41% | 0.11% | - |
| HSV(B) | 247.5º | 0.59% | 0.16% | - |
| XYZ | 0.89 | 0.71 | 2.19 | - |
| YUV | 20.63 | 139.49 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 17 | 41 | 0.51 | 0.59 | 0 | 0.84 | 247.5 | 0.41 | 0.11 |
| Hex | 14 | 11 | 29 | 33 | 3B | 0 | 54 | F8 | 29 | B |
| Octal | 24 | 21 | 51 | 63 | 73 | 0 | 124 | 370 | 51 | 13 |
| Binary | 10100 | 10001 | 101001 | 110011 | 111011 | 0 | 1010100 | 11111000 | 101001 | 1011 |
Color Harmonies of #141129
Complementary color
Monochromatic Colors of #141129
Black with #141129
Text Example
Text Example
White with #141129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141129; }
p { color: rgb(20,17,41); }
H1.HeaderClassName
{
color: #141129;
}
.AnyTagClassName
{
color: #141129;
}
</style>
background-color css
<style>
a { background-color: #141129; }
a { background-color: rgb(20,17,41); }
div.DivClassName
{
background-color: #141129;
}
.BgClassName
{
background-color: #141129;
}
</style>
border-color css
<style>
span { border-color: #141129; }
span { border-color: rgb(20,17,41); }
td.TdClassName
{
border-color: #141129;
}
.TagClassName
{
border-color: #141129;
}
</style>