Shades of Jaguar #0E091F
Tints of Jaguar #0E091F
RGB
CMYK
RGB Variations
Color information
#0E091F (or 0x0E091F) is known color: Jaguar. HEX triplet: 0E, 09 and 1F. RGB value is (14,9,31). Sum of RGB (Red+Green+Blue) = 14+9+31=54 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25.93% from 54); Green value is 9 (3.91% from 255 or 16.67% from 54); Blue value is 31 (12.5% from 255 or 57.41% from 54); Max value from RGB is 31 - color contains mainly: blue. Hex color #0E091F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E091F is #F1F6E0. Grayscale: #0C0C0C. Windows color (decimal): -15857377 or 2033934. OLE color: 2033934.
HSL color Cylindrical-coordinate representation of color #0E091F: hue angle of 253.64º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0E091F is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 14 | 9 | 31 | - |
| CMYK | 0.55 | 0.71 | 0 | 0.88 |
| HSL | 253.64º | 0.55% | 0.08% | - |
| HSV(B) | 253.64º | 0.71% | 0.12% | - |
| XYZ | 0.53 | 0.39 | 1.34 | - |
| YUV | 13 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 9 | 31 | 0.55 | 0.71 | 0 | 0.88 | 253.64 | 0.55 | 0.08 |
| Hex | E | 9 | 1F | 37 | 47 | 0 | 58 | FE | 37 | 8 |
| Octal | 16 | 11 | 37 | 67 | 107 | 0 | 130 | 376 | 67 | 10 |
| Binary | 1110 | 1001 | 11111 | 110111 | 1000111 | 0 | 1011000 | 11111110 | 110111 | 1000 |
Color Harmonies of #0E091F
Complementary color
Monochromatic Colors of #0E091F
Black with #0E091F
Text Example
Text Example
White with #0E091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E091F; }
p { color: rgb(14,9,31); }
H1.HeaderClassName
{
color: #0E091F;
}
.AnyTagClassName
{
color: #0E091F;
}
</style>
background-color css
<style>
a { background-color: #0E091F; }
a { background-color: rgb(14,9,31); }
div.DivClassName
{
background-color: #0E091F;
}
.BgClassName
{
background-color: #0E091F;
}
</style>
border-color css
<style>
span { border-color: #0E091F; }
span { border-color: rgb(14,9,31); }
td.TdClassName
{
border-color: #0E091F;
}
.TagClassName
{
border-color: #0E091F;
}
</style>