Shades of Jaguar #141121
Tints of Jaguar #141121
RGB
CMYK
RGB Variations
Color information
#141121 (or 0x141121) is known color: Jaguar. HEX triplet: 14, 11 and 21. RGB value is (20,17,33). Sum of RGB (Red+Green+Blue) = 20+17+33=70 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.57% from 70); Green value is 17 (7.03% from 255 or 24.29% from 70); Blue value is 33 (13.28% from 255 or 47.14% from 70); Max value from RGB is 33 - color contains mainly: blue. Hex color #141121 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141121 is #EBEEDE. Grayscale: #131313. Windows color (decimal): -15462111 or 2167060. OLE color: 2167060.
HSL color Cylindrical-coordinate representation of color #141121: hue angle of 251.25º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #141121 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 20 | 17 | 33 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.87 |
| HSL | 251.25º | 0.32% | 0.1% | - |
| HSV(B) | 251.25º | 0.48% | 0.13% | - |
| XYZ | 0.76 | 0.66 | 1.53 | - |
| YUV | 19.72 | 135.49 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 17 | 33 | 0.39 | 0.48 | 0 | 0.87 | 251.25 | 0.32 | 0.1 |
| Hex | 14 | 11 | 21 | 27 | 30 | 0 | 57 | FB | 20 | A |
| Octal | 24 | 21 | 41 | 47 | 60 | 0 | 127 | 373 | 40 | 12 |
| Binary | 10100 | 10001 | 100001 | 100111 | 110000 | 0 | 1010111 | 11111011 | 100000 | 1010 |
Color Harmonies of #141121
Complementary color
Monochromatic Colors of #141121
Black with #141121
Text Example
Text Example
White with #141121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141121; }
p { color: rgb(20,17,33); }
H1.HeaderClassName
{
color: #141121;
}
.AnyTagClassName
{
color: #141121;
}
</style>
background-color css
<style>
a { background-color: #141121; }
a { background-color: rgb(20,17,33); }
div.DivClassName
{
background-color: #141121;
}
.BgClassName
{
background-color: #141121;
}
</style>
border-color css
<style>
span { border-color: #141121; }
span { border-color: rgb(20,17,33); }
td.TdClassName
{
border-color: #141121;
}
.TagClassName
{
border-color: #141121;
}
</style>