Shades of Blackcurrant #0E021A
Tints of Blackcurrant #0E021A
RGB
CMYK
RGB Variations
Color information
#0E021A (or 0x0E021A) is known color: Blackcurrant. HEX triplet: 0E, 02 and 1A. RGB value is (14,2,26). Sum of RGB (Red+Green+Blue) = 14+2+26=42 (5% of max value = 765). Red value is 14 (5.86% from 255 or 33.33% from 42); Green value is 2 (1.17% from 255 or 4.76% from 42); Blue value is 26 (10.55% from 255 or 61.90% from 42); Max value from RGB is 26 - color contains mainly: blue. Hex color #0E021A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E021A is #F1FDE5. Grayscale: #080808. Windows color (decimal): -15859174 or 1704462. OLE color: 1704462.
HSL color Cylindrical-coordinate representation of color #0E021A: hue angle of 270º degrees, saturation: 0.86, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E021A is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 14 | 2 | 26 | - |
| CMYK | 0.46 | 0.92 | 0 | 0.90 |
| HSL | 270º | 0.86% | 0.05% | - |
| HSV(B) | 270º | 0.92% | 0.1% | - |
| XYZ | 0.39 | 0.21 | 1 | - |
| YUV | 8.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 2 | 26 | 0.46 | 0.92 | 0 | 0.90 | 270 | 0.86 | 0.05 |
| Hex | E | 2 | 1A | 2E | 5C | 0 | 5A | 10E | 56 | 5 |
| Octal | 16 | 2 | 32 | 56 | 134 | 0 | 132 | 416 | 126 | 5 |
| Binary | 1110 | 10 | 11010 | 101110 | 1011100 | 0 | 1011010 | 100001110 | 1010110 | 101 |
Color Harmonies of #0E021A
Complementary color
Monochromatic Colors of #0E021A
Black with #0E021A
Text Example
Text Example
White with #0E021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E021A; }
p { color: rgb(14,2,26); }
H1.HeaderClassName
{
color: #0E021A;
}
.AnyTagClassName
{
color: #0E021A;
}
</style>
background-color css
<style>
a { background-color: #0E021A; }
a { background-color: rgb(14,2,26); }
div.DivClassName
{
background-color: #0E021A;
}
.BgClassName
{
background-color: #0E021A;
}
</style>
border-color css
<style>
span { border-color: #0E021A; }
span { border-color: rgb(14,2,26); }
td.TdClassName
{
border-color: #0E021A;
}
.TagClassName
{
border-color: #0E021A;
}
</style>