Shades of Jaguar #14102E
Tints of Jaguar #14102E
RGB
CMYK
RGB Variations
Color information
#14102E (or 0x14102E) is known color: Jaguar. HEX triplet: 14, 10 and 2E. RGB value is (20,16,46). Sum of RGB (Red+Green+Blue) = 20+16+46=82 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.39% from 82); Green value is 16 (6.64% from 255 or 19.51% from 82); Blue value is 46 (18.36% from 255 or 56.10% from 82); Max value from RGB is 46 - color contains mainly: blue. Hex color #14102E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14102E is #EBEFD1. Grayscale: #141414. Windows color (decimal): -15462354 or 3018772. OLE color: 3018772.
HSL color Cylindrical-coordinate representation of color #14102E: hue angle of 248º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #14102E is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 16 | 46 | - |
| CMYK | 0.57 | 0.65 | 0 | 0.82 |
| HSL | 248º | 0.48% | 0.12% | - |
| HSV(B) | 248º | 0.65% | 0.18% | - |
| XYZ | 0.97 | 0.72 | 2.67 | - |
| YUV | 20.62 | 142.33 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 16 | 46 | 0.57 | 0.65 | 0 | 0.82 | 248 | 0.48 | 0.12 |
| Hex | 14 | 10 | 2E | 39 | 41 | 0 | 52 | F8 | 30 | C |
| Octal | 24 | 20 | 56 | 71 | 101 | 0 | 122 | 370 | 60 | 14 |
| Binary | 10100 | 10000 | 101110 | 111001 | 1000001 | 0 | 1010010 | 11111000 | 110000 | 1100 |
Color Harmonies of #14102E
Complementary color
Monochromatic Colors of #14102E
Black with #14102E
Text Example
Text Example
White with #14102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14102E; }
p { color: rgb(20,16,46); }
H1.HeaderClassName
{
color: #14102E;
}
.AnyTagClassName
{
color: #14102E;
}
</style>
background-color css
<style>
a { background-color: #14102E; }
a { background-color: rgb(20,16,46); }
div.DivClassName
{
background-color: #14102E;
}
.BgClassName
{
background-color: #14102E;
}
</style>
border-color css
<style>
span { border-color: #14102E; }
span { border-color: rgb(20,16,46); }
td.TdClassName
{
border-color: #14102E;
}
.TagClassName
{
border-color: #14102E;
}
</style>