Shades of Jaguar #0E091B
Tints of Jaguar #0E091B
RGB
CMYK
RGB Variations
Color information
#0E091B (or 0x0E091B) is known color: Jaguar. HEX triplet: 0E, 09 and 1B. RGB value is (14,9,27). Sum of RGB (Red+Green+Blue) = 14+9+27=50 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28% from 50); Green value is 9 (3.91% from 255 or 18% from 50); Blue value is 27 (10.94% from 255 or 54% from 50); Max value from RGB is 27 - color contains mainly: blue. Hex color #0E091B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E091B is #F1F6E4. Grayscale: #0C0C0C. Windows color (decimal): -15857381 or 1771790. OLE color: 1771790.
HSL color Cylindrical-coordinate representation of color #0E091B: hue angle of 256.67º degrees, saturation: 0.5, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0E091B is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 14 | 9 | 27 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.89 |
| HSL | 256.67º | 0.5% | 0.07% | - |
| HSV(B) | 256.67º | 0.67% | 0.11% | - |
| XYZ | 0.48 | 0.37 | 1.08 | - |
| YUV | 12.55 | 136.16 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 9 | 27 | 0.48 | 0.67 | 0 | 0.89 | 256.67 | 0.5 | 0.07 |
| Hex | E | 9 | 1B | 30 | 43 | 0 | 59 | 101 | 32 | 7 |
| Octal | 16 | 11 | 33 | 60 | 103 | 0 | 131 | 401 | 62 | 7 |
| Binary | 1110 | 1001 | 11011 | 110000 | 1000011 | 0 | 1011001 | 100000001 | 110010 | 111 |
Color Harmonies of #0E091B
Complementary color
Monochromatic Colors of #0E091B
Black with #0E091B
Text Example
Text Example
White with #0E091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E091B; }
p { color: rgb(14,9,27); }
H1.HeaderClassName
{
color: #0E091B;
}
.AnyTagClassName
{
color: #0E091B;
}
</style>
background-color css
<style>
a { background-color: #0E091B; }
a { background-color: rgb(14,9,27); }
div.DivClassName
{
background-color: #0E091B;
}
.BgClassName
{
background-color: #0E091B;
}
</style>
border-color css
<style>
span { border-color: #0E091B; }
span { border-color: rgb(14,9,27); }
td.TdClassName
{
border-color: #0E091B;
}
.TagClassName
{
border-color: #0E091B;
}
</style>