Shades of Blackcurrant #0E012F
Tints of Blackcurrant #0E012F
RGB
CMYK
RGB Variations
Color information
#0E012F (or 0x0E012F) is known color: Blackcurrant. HEX triplet: 0E, 01 and 2F. RGB value is (14,1,47). Sum of RGB (Red+Green+Blue) = 14+1+47=62 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.58% from 62); Green value is 1 (0.78% from 255 or 1.61% from 62); Blue value is 47 (18.75% from 255 or 75.81% from 62); Max value from RGB is 47 - color contains mainly: blue. Hex color #0E012F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E012F is #F1FED0. Grayscale: #090909. Windows color (decimal): -15859409 or 3080462. OLE color: 3080462.
HSL color Cylindrical-coordinate representation of color #0E012F: hue angle of 256.96º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E012F is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 14 | 1 | 47 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.82 |
| HSL | 256.96º | 0.96% | 0.09% | - |
| HSV(B) | 256.96º | 0.98% | 0.18% | - |
| XYZ | 0.71 | 0.32 | 2.71 | - |
| YUV | 10.13 | 148.81 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 1 | 47 | 0.70 | 0.98 | 0 | 0.82 | 256.96 | 0.96 | 0.09 |
| Hex | E | 1 | 2F | 46 | 62 | 0 | 52 | 101 | 60 | 9 |
| Octal | 16 | 1 | 57 | 106 | 142 | 0 | 122 | 401 | 140 | 11 |
| Binary | 1110 | 1 | 101111 | 1000110 | 1100010 | 0 | 1010010 | 100000001 | 1100000 | 1001 |
Color Harmonies of #0E012F
Complementary color
Monochromatic Colors of #0E012F
Black with #0E012F
Text Example
Text Example
White with #0E012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E012F; }
p { color: rgb(14,1,47); }
H1.HeaderClassName
{
color: #0E012F;
}
.AnyTagClassName
{
color: #0E012F;
}
</style>
background-color css
<style>
a { background-color: #0E012F; }
a { background-color: rgb(14,1,47); }
div.DivClassName
{
background-color: #0E012F;
}
.BgClassName
{
background-color: #0E012F;
}
</style>
border-color css
<style>
span { border-color: #0E012F; }
span { border-color: rgb(14,1,47); }
td.TdClassName
{
border-color: #0E012F;
}
.TagClassName
{
border-color: #0E012F;
}
</style>