Shades of Jaguar #141024
Tints of Jaguar #141024
RGB
CMYK
RGB Variations
Color information
#141024 (or 0x141024) is known color: Jaguar. HEX triplet: 14, 10 and 24. RGB value is (20,16,36). Sum of RGB (Red+Green+Blue) = 20+16+36=72 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.78% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 36 (14.45% from 255 or 50% from 72); Max value from RGB is 36 - color contains mainly: blue. Hex color #141024 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141024 is #EBEFDB. Grayscale: #131313. Windows color (decimal): -15462364 or 2363412. OLE color: 2363412.
HSL color Cylindrical-coordinate representation of color #141024: hue angle of 252º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #141024 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 20 | 16 | 36 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.86 |
| HSL | 252º | 0.38% | 0.1% | - |
| HSV(B) | 252º | 0.56% | 0.14% | - |
| XYZ | 0.79 | 0.65 | 1.75 | - |
| YUV | 19.48 | 137.33 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 16 | 36 | 0.44 | 0.56 | 0 | 0.86 | 252 | 0.38 | 0.1 |
| Hex | 14 | 10 | 24 | 2C | 38 | 0 | 56 | FC | 26 | A |
| Octal | 24 | 20 | 44 | 54 | 70 | 0 | 126 | 374 | 46 | 12 |
| Binary | 10100 | 10000 | 100100 | 101100 | 111000 | 0 | 1010110 | 11111100 | 100110 | 1010 |
Color Harmonies of #141024
Complementary color
Monochromatic Colors of #141024
Black with #141024
Text Example
Text Example
White with #141024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141024; }
p { color: rgb(20,16,36); }
H1.HeaderClassName
{
color: #141024;
}
.AnyTagClassName
{
color: #141024;
}
</style>
background-color css
<style>
a { background-color: #141024; }
a { background-color: rgb(20,16,36); }
div.DivClassName
{
background-color: #141024;
}
.BgClassName
{
background-color: #141024;
}
</style>
border-color css
<style>
span { border-color: #141024; }
span { border-color: rgb(20,16,36); }
td.TdClassName
{
border-color: #141024;
}
.TagClassName
{
border-color: #141024;
}
</style>