Shades of Blackcurrant #0E021F
Tints of Blackcurrant #0E021F
RGB
CMYK
RGB Variations
Color information
#0E021F (or 0x0E021F) is known color: Blackcurrant. HEX triplet: 0E, 02 and 1F. RGB value is (14,2,31). Sum of RGB (Red+Green+Blue) = 14+2+31=47 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.79% from 47); Green value is 2 (1.17% from 255 or 4.26% from 47); Blue value is 31 (12.5% from 255 or 65.96% from 47); Max value from RGB is 31 - color contains mainly: blue. Hex color #0E021F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E021F is #F1FDE0. Grayscale: #080808. Windows color (decimal): -15859169 or 2032142. OLE color: 2032142.
HSL color Cylindrical-coordinate representation of color #0E021F: hue angle of 264.83º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E021F is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 14 | 2 | 31 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.88 |
| HSL | 264.83º | 0.88% | 0.06% | - |
| HSV(B) | 264.83º | 0.94% | 0.12% | - |
| XYZ | 0.45 | 0.24 | 1.32 | - |
| YUV | 8.89 | 140.48 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 2 | 31 | 0.55 | 0.94 | 0 | 0.88 | 264.83 | 0.88 | 0.06 |
| Hex | E | 2 | 1F | 37 | 5E | 0 | 58 | 109 | 58 | 6 |
| Octal | 16 | 2 | 37 | 67 | 136 | 0 | 130 | 411 | 130 | 6 |
| Binary | 1110 | 10 | 11111 | 110111 | 1011110 | 0 | 1011000 | 100001001 | 1011000 | 110 |
Color Harmonies of #0E021F
Complementary color
Monochromatic Colors of #0E021F
Black with #0E021F
Text Example
Text Example
White with #0E021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E021F; }
p { color: rgb(14,2,31); }
H1.HeaderClassName
{
color: #0E021F;
}
.AnyTagClassName
{
color: #0E021F;
}
</style>
background-color css
<style>
a { background-color: #0E021F; }
a { background-color: rgb(14,2,31); }
div.DivClassName
{
background-color: #0E021F;
}
.BgClassName
{
background-color: #0E021F;
}
</style>
border-color css
<style>
span { border-color: #0E021F; }
span { border-color: rgb(14,2,31); }
td.TdClassName
{
border-color: #0E021F;
}
.TagClassName
{
border-color: #0E021F;
}
</style>