Shades of Blackcurrant #0E0817
Tints of Blackcurrant #0E0817
RGB
CMYK
RGB Variations
Color information
#0E0817 (or 0x0E0817) is known color: Blackcurrant. HEX triplet: 0E, 08 and 17. RGB value is (14,8,23). Sum of RGB (Red+Green+Blue) = 14+8+23=45 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.11% from 45); Green value is 8 (3.52% from 255 or 17.78% from 45); Blue value is 23 (9.38% from 255 or 51.11% from 45); Max value from RGB is 23 - color contains mainly: blue. Hex color #0E0817 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0817 is #F1F7E8. Grayscale: #0B0B0B. Windows color (decimal): -15857641 or 1509390. OLE color: 1509390.
HSL color Cylindrical-coordinate representation of color #0E0817: hue angle of 264º degrees, saturation: 0.48, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0E0817 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 14 | 8 | 23 | - |
| CMYK | 0.39 | 0.65 | 0 | 0.91 |
| HSL | 264º | 0.48% | 0.06% | - |
| HSV(B) | 264º | 0.65% | 0.09% | - |
| XYZ | 0.42 | 0.33 | 0.85 | - |
| YUV | 11.5 | 134.49 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 8 | 23 | 0.39 | 0.65 | 0 | 0.91 | 264 | 0.48 | 0.06 |
| Hex | E | 8 | 17 | 27 | 41 | 0 | 5B | 108 | 30 | 6 |
| Octal | 16 | 10 | 27 | 47 | 101 | 0 | 133 | 410 | 60 | 6 |
| Binary | 1110 | 1000 | 10111 | 100111 | 1000001 | 0 | 1011011 | 100001000 | 110000 | 110 |
Color Harmonies of #0E0817
Complementary color
Monochromatic Colors of #0E0817
Black with #0E0817
Text Example
Text Example
White with #0E0817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0817; }
p { color: rgb(14,8,23); }
H1.HeaderClassName
{
color: #0E0817;
}
.AnyTagClassName
{
color: #0E0817;
}
</style>
background-color css
<style>
a { background-color: #0E0817; }
a { background-color: rgb(14,8,23); }
div.DivClassName
{
background-color: #0E0817;
}
.BgClassName
{
background-color: #0E0817;
}
</style>
border-color css
<style>
span { border-color: #0E0817; }
span { border-color: rgb(14,8,23); }
td.TdClassName
{
border-color: #0E0817;
}
.TagClassName
{
border-color: #0E0817;
}
</style>