Shades of Jaguar #0E0821
Tints of Jaguar #0E0821
RGB
CMYK
RGB Variations
Color information
#0E0821 (or 0x0E0821) is known color: Jaguar. HEX triplet: 0E, 08 and 21. RGB value is (14,8,33). Sum of RGB (Red+Green+Blue) = 14+8+33=55 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25.45% from 55); Green value is 8 (3.52% from 255 or 14.55% from 55); Blue value is 33 (13.28% from 255 or 60% from 55); Max value from RGB is 33 - color contains mainly: blue. Hex color #0E0821 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0821 is #F1F7DE. Grayscale: #0C0C0C. Windows color (decimal): -15857631 or 2164750. OLE color: 2164750.
HSL color Cylindrical-coordinate representation of color #0E0821: hue angle of 254.4º degrees, saturation: 0.61, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0E0821 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 14 | 8 | 33 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.87 |
| HSL | 254.4º | 0.61% | 0.08% | - |
| HSV(B) | 254.4º | 0.76% | 0.13% | - |
| XYZ | 0.54 | 0.38 | 1.48 | - |
| YUV | 12.64 | 139.49 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 8 | 33 | 0.58 | 0.76 | 0 | 0.87 | 254.4 | 0.61 | 0.08 |
| Hex | E | 8 | 21 | 3A | 4C | 0 | 57 | FE | 3D | 8 |
| Octal | 16 | 10 | 41 | 72 | 114 | 0 | 127 | 376 | 75 | 10 |
| Binary | 1110 | 1000 | 100001 | 111010 | 1001100 | 0 | 1010111 | 11111110 | 111101 | 1000 |
Color Harmonies of #0E0821
Complementary color
Monochromatic Colors of #0E0821
Black with #0E0821
Text Example
Text Example
White with #0E0821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0821; }
p { color: rgb(14,8,33); }
H1.HeaderClassName
{
color: #0E0821;
}
.AnyTagClassName
{
color: #0E0821;
}
</style>
background-color css
<style>
a { background-color: #0E0821; }
a { background-color: rgb(14,8,33); }
div.DivClassName
{
background-color: #0E0821;
}
.BgClassName
{
background-color: #0E0821;
}
</style>
border-color css
<style>
span { border-color: #0E0821; }
span { border-color: rgb(14,8,33); }
td.TdClassName
{
border-color: #0E0821;
}
.TagClassName
{
border-color: #0E0821;
}
</style>