Shades of Blackcurrant #0E041C
Tints of Blackcurrant #0E041C
RGB
CMYK
RGB Variations
Color information
#0E041C (or 0x0E041C) is known color: Blackcurrant. HEX triplet: 0E, 04 and 1C. RGB value is (14,4,28). Sum of RGB (Red+Green+Blue) = 14+4+28=46 (6% of max value = 765). Red value is 14 (5.86% from 255 or 30.43% from 46); Green value is 4 (1.95% from 255 or 8.70% from 46); Blue value is 28 (11.33% from 255 or 60.87% from 46); Max value from RGB is 28 - color contains mainly: blue. Hex color #0E041C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E041C is #F1FBE3. Grayscale: #090909. Windows color (decimal): -15858660 or 1836046. OLE color: 1836046.
HSL color Cylindrical-coordinate representation of color #0E041C: hue angle of 265º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E041C is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 14 | 4 | 28 | - |
| CMYK | 0.50 | 0.86 | 0 | 0.89 |
| HSL | 265º | 0.75% | 0.06% | - |
| HSV(B) | 265º | 0.86% | 0.11% | - |
| XYZ | 0.43 | 0.26 | 1.13 | - |
| YUV | 9.73 | 138.31 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 4 | 28 | 0.50 | 0.86 | 0 | 0.89 | 265 | 0.75 | 0.06 |
| Hex | E | 4 | 1C | 32 | 56 | 0 | 59 | 109 | 4B | 6 |
| Octal | 16 | 4 | 34 | 62 | 126 | 0 | 131 | 411 | 113 | 6 |
| Binary | 1110 | 100 | 11100 | 110010 | 1010110 | 0 | 1011001 | 100001001 | 1001011 | 110 |
Color Harmonies of #0E041C
Complementary color
Monochromatic Colors of #0E041C
Black with #0E041C
Text Example
Text Example
White with #0E041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E041C; }
p { color: rgb(14,4,28); }
H1.HeaderClassName
{
color: #0E041C;
}
.AnyTagClassName
{
color: #0E041C;
}
</style>
background-color css
<style>
a { background-color: #0E041C; }
a { background-color: rgb(14,4,28); }
div.DivClassName
{
background-color: #0E041C;
}
.BgClassName
{
background-color: #0E041C;
}
</style>
border-color css
<style>
span { border-color: #0E041C; }
span { border-color: rgb(14,4,28); }
td.TdClassName
{
border-color: #0E041C;
}
.TagClassName
{
border-color: #0E041C;
}
</style>