Shades of Jaguar #0E0823
Tints of Jaguar #0E0823
RGB
CMYK
RGB Variations
Color information
#0E0823 (or 0x0E0823) is known color: Jaguar. HEX triplet: 0E, 08 and 23. RGB value is (14,8,35). Sum of RGB (Red+Green+Blue) = 14+8+35=57 (7% of max value = 765). Red value is 14 (5.86% from 255 or 24.56% from 57); Green value is 8 (3.52% from 255 or 14.04% from 57); Blue value is 35 (14.06% from 255 or 61.40% from 57); Max value from RGB is 35 - color contains mainly: blue. Hex color #0E0823 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0823 is #F1F7DC. Grayscale: #0C0C0C. Windows color (decimal): -15857629 or 2295822. OLE color: 2295822.
HSL color Cylindrical-coordinate representation of color #0E0823: hue angle of 253.33º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E0823 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 14 | 8 | 35 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.86 |
| HSL | 253.33º | 0.63% | 0.08% | - |
| HSV(B) | 253.33º | 0.77% | 0.14% | - |
| XYZ | 0.57 | 0.39 | 1.63 | - |
| YUV | 12.87 | 140.49 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 8 | 35 | 0.60 | 0.77 | 0 | 0.86 | 253.33 | 0.63 | 0.08 |
| Hex | E | 8 | 23 | 3C | 4D | 0 | 56 | FD | 3F | 8 |
| Octal | 16 | 10 | 43 | 74 | 115 | 0 | 126 | 375 | 77 | 10 |
| Binary | 1110 | 1000 | 100011 | 111100 | 1001101 | 0 | 1010110 | 11111101 | 111111 | 1000 |
Color Harmonies of #0E0823
Complementary color
Monochromatic Colors of #0E0823
Black with #0E0823
Text Example
Text Example
White with #0E0823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0823; }
p { color: rgb(14,8,35); }
H1.HeaderClassName
{
color: #0E0823;
}
.AnyTagClassName
{
color: #0E0823;
}
</style>
background-color css
<style>
a { background-color: #0E0823; }
a { background-color: rgb(14,8,35); }
div.DivClassName
{
background-color: #0E0823;
}
.BgClassName
{
background-color: #0E0823;
}
</style>
border-color css
<style>
span { border-color: #0E0823; }
span { border-color: rgb(14,8,35); }
td.TdClassName
{
border-color: #0E0823;
}
.TagClassName
{
border-color: #0E0823;
}
</style>