Shades of Blackcurrant #0E0819
Tints of Blackcurrant #0E0819
RGB
CMYK
RGB Variations
Color information
#0E0819 (or 0x0E0819) is known color: Blackcurrant. HEX triplet: 0E, 08 and 19. RGB value is (14,8,25). Sum of RGB (Red+Green+Blue) = 14+8+25=47 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.79% from 47); Green value is 8 (3.52% from 255 or 17.02% from 47); Blue value is 25 (10.16% from 255 or 53.19% from 47); Max value from RGB is 25 - color contains mainly: blue. Hex color #0E0819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0819 is #F1F7E6. Grayscale: #0B0B0B. Windows color (decimal): -15857639 or 1640462. OLE color: 1640462.
HSL color Cylindrical-coordinate representation of color #0E0819: hue angle of 261.18º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0E0819 is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 14 | 8 | 25 | - |
| CMYK | 0.44 | 0.68 | 0 | 0.90 |
| HSL | 261.18º | 0.52% | 0.06% | - |
| HSV(B) | 261.18º | 0.68% | 0.1% | - |
| XYZ | 0.44 | 0.34 | 0.96 | - |
| YUV | 11.73 | 135.49 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 8 | 25 | 0.44 | 0.68 | 0 | 0.90 | 261.18 | 0.52 | 0.06 |
| Hex | E | 8 | 19 | 2C | 44 | 0 | 5A | 105 | 34 | 6 |
| Octal | 16 | 10 | 31 | 54 | 104 | 0 | 132 | 405 | 64 | 6 |
| Binary | 1110 | 1000 | 11001 | 101100 | 1000100 | 0 | 1011010 | 100000101 | 110100 | 110 |
Color Harmonies of #0E0819
Complementary color
Monochromatic Colors of #0E0819
Black with #0E0819
Text Example
Text Example
White with #0E0819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0819; }
p { color: rgb(14,8,25); }
H1.HeaderClassName
{
color: #0E0819;
}
.AnyTagClassName
{
color: #0E0819;
}
</style>
background-color css
<style>
a { background-color: #0E0819; }
a { background-color: rgb(14,8,25); }
div.DivClassName
{
background-color: #0E0819;
}
.BgClassName
{
background-color: #0E0819;
}
</style>
border-color css
<style>
span { border-color: #0E0819; }
span { border-color: rgb(14,8,25); }
td.TdClassName
{
border-color: #0E0819;
}
.TagClassName
{
border-color: #0E0819;
}
</style>