Shades of Blackcurrant #0E051C
Tints of Blackcurrant #0E051C
RGB
CMYK
RGB Variations
Color information
#0E051C (or 0x0E051C) is known color: Blackcurrant. HEX triplet: 0E, 05 and 1C. RGB value is (14,5,28). Sum of RGB (Red+Green+Blue) = 14+5+28=47 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.79% from 47); Green value is 5 (2.34% from 255 or 10.64% from 47); Blue value is 28 (11.33% from 255 or 59.57% from 47); Max value from RGB is 28 - color contains mainly: blue. Hex color #0E051C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E051C is #F1FAE3. Grayscale: #0A0A0A. Windows color (decimal): -15858404 or 1836302. OLE color: 1836302.
HSL color Cylindrical-coordinate representation of color #0E051C: hue angle of 263.48º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E051C is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 14 | 5 | 28 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.89 |
| HSL | 263.48º | 0.7% | 0.06% | - |
| HSV(B) | 263.48º | 0.82% | 0.11% | - |
| XYZ | 0.44 | 0.29 | 1.13 | - |
| YUV | 10.31 | 137.98 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 5 | 28 | 0.50 | 0.82 | 0 | 0.89 | 263.48 | 0.7 | 0.06 |
| Hex | E | 5 | 1C | 32 | 52 | 0 | 59 | 107 | 46 | 6 |
| Octal | 16 | 5 | 34 | 62 | 122 | 0 | 131 | 407 | 106 | 6 |
| Binary | 1110 | 101 | 11100 | 110010 | 1010010 | 0 | 1011001 | 100000111 | 1000110 | 110 |
Color Harmonies of #0E051C
Complementary color
Monochromatic Colors of #0E051C
Black with #0E051C
Text Example
Text Example
White with #0E051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E051C; }
p { color: rgb(14,5,28); }
H1.HeaderClassName
{
color: #0E051C;
}
.AnyTagClassName
{
color: #0E051C;
}
</style>
background-color css
<style>
a { background-color: #0E051C; }
a { background-color: rgb(14,5,28); }
div.DivClassName
{
background-color: #0E051C;
}
.BgClassName
{
background-color: #0E051C;
}
</style>
border-color css
<style>
span { border-color: #0E051C; }
span { border-color: rgb(14,5,28); }
td.TdClassName
{
border-color: #0E051C;
}
.TagClassName
{
border-color: #0E051C;
}
</style>