Shades of Jaguar #141122
Tints of Jaguar #141122
RGB
CMYK
RGB Variations
Color information
#141122 (or 0x141122) is known color: Jaguar. HEX triplet: 14, 11 and 22. RGB value is (20,17,34). Sum of RGB (Red+Green+Blue) = 20+17+34=71 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.17% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 34 (13.67% from 255 or 47.89% from 71); Max value from RGB is 34 - color contains mainly: blue. Hex color #141122 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141122 is #EBEEDD. Grayscale: #131313. Windows color (decimal): -15462110 or 2232596. OLE color: 2232596.
HSL color Cylindrical-coordinate representation of color #141122: hue angle of 250.59º degrees, saturation: 0.33, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #141122 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 20 | 17 | 34 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.87 |
| HSL | 250.59º | 0.33% | 0.1% | - |
| HSV(B) | 250.59º | 0.5% | 0.13% | - |
| XYZ | 0.78 | 0.67 | 1.6 | - |
| YUV | 19.84 | 135.99 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 17 | 34 | 0.41 | 0.50 | 0 | 0.87 | 250.59 | 0.33 | 0.1 |
| Hex | 14 | 11 | 22 | 29 | 32 | 0 | 57 | FB | 21 | A |
| Octal | 24 | 21 | 42 | 51 | 62 | 0 | 127 | 373 | 41 | 12 |
| Binary | 10100 | 10001 | 100010 | 101001 | 110010 | 0 | 1010111 | 11111011 | 100001 | 1010 |
Color Harmonies of #141122
Complementary color
Monochromatic Colors of #141122
Black with #141122
Text Example
Text Example
White with #141122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141122; }
p { color: rgb(20,17,34); }
H1.HeaderClassName
{
color: #141122;
}
.AnyTagClassName
{
color: #141122;
}
</style>
background-color css
<style>
a { background-color: #141122; }
a { background-color: rgb(20,17,34); }
div.DivClassName
{
background-color: #141122;
}
.BgClassName
{
background-color: #141122;
}
</style>
border-color css
<style>
span { border-color: #141122; }
span { border-color: rgb(20,17,34); }
td.TdClassName
{
border-color: #141122;
}
.TagClassName
{
border-color: #141122;
}
</style>