Shades of Blackcurrant #0E031B
Tints of Blackcurrant #0E031B
RGB
CMYK
RGB Variations
Color information
#0E031B (or 0x0E031B) is known color: Blackcurrant. HEX triplet: 0E, 03 and 1B. RGB value is (14,3,27). Sum of RGB (Red+Green+Blue) = 14+3+27=44 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.82% from 44); Green value is 3 (1.56% from 255 or 6.82% from 44); Blue value is 27 (10.94% from 255 or 61.36% from 44); Max value from RGB is 27 - color contains mainly: blue. Hex color #0E031B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E031B is #F1FCE4. Grayscale: #080808. Windows color (decimal): -15858917 or 1770254. OLE color: 1770254.
HSL color Cylindrical-coordinate representation of color #0E031B: hue angle of 267.5º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E031B is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 14 | 3 | 27 | - |
| CMYK | 0.48 | 0.89 | 0 | 0.89 |
| HSL | 267.5º | 0.8% | 0.06% | - |
| HSV(B) | 267.5º | 0.89% | 0.11% | - |
| XYZ | 0.41 | 0.24 | 1.06 | - |
| YUV | 9.03 | 138.14 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 3 | 27 | 0.48 | 0.89 | 0 | 0.89 | 267.5 | 0.8 | 0.06 |
| Hex | E | 3 | 1B | 30 | 59 | 0 | 59 | 10C | 50 | 6 |
| Octal | 16 | 3 | 33 | 60 | 131 | 0 | 131 | 414 | 120 | 6 |
| Binary | 1110 | 11 | 11011 | 110000 | 1011001 | 0 | 1011001 | 100001100 | 1010000 | 110 |
Color Harmonies of #0E031B
Complementary color
Monochromatic Colors of #0E031B
Black with #0E031B
Text Example
Text Example
White with #0E031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E031B; }
p { color: rgb(14,3,27); }
H1.HeaderClassName
{
color: #0E031B;
}
.AnyTagClassName
{
color: #0E031B;
}
</style>
background-color css
<style>
a { background-color: #0E031B; }
a { background-color: rgb(14,3,27); }
div.DivClassName
{
background-color: #0E031B;
}
.BgClassName
{
background-color: #0E031B;
}
</style>
border-color css
<style>
span { border-color: #0E031B; }
span { border-color: rgb(14,3,27); }
td.TdClassName
{
border-color: #0E031B;
}
.TagClassName
{
border-color: #0E031B;
}
</style>