Shades of Blackcurrant #0E0314
Tints of Blackcurrant #0E0314
RGB
CMYK
RGB Variations
Color information
#0E0314 (or 0x0E0314) is known color: Blackcurrant. HEX triplet: 0E, 03 and 14. RGB value is (14,3,20). Sum of RGB (Red+Green+Blue) = 14+3+20=37 (4% of max value = 765). Red value is 14 (5.86% from 255 or 37.84% from 37); Green value is 3 (1.56% from 255 or 8.11% from 37); Blue value is 20 (8.20% from 255 or 54.05% from 37); Max value from RGB is 20 - color contains mainly: blue. Hex color #0E0314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0314 is #F1FCEB. Grayscale: #080808. Windows color (decimal): -15858924 or 1311502. OLE color: 1311502.
HSL color Cylindrical-coordinate representation of color #0E0314: hue angle of 278.82º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E0314 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 14 | 3 | 20 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.92 |
| HSL | 278.82º | 0.74% | 0.05% | - |
| HSV(B) | 278.82º | 0.85% | 0.08% | - |
| XYZ | 0.34 | 0.21 | 0.68 | - |
| YUV | 8.23 | 134.64 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 3 | 20 | 0.30 | 0.85 | 0 | 0.92 | 278.82 | 0.74 | 0.05 |
| Hex | E | 3 | 14 | 1E | 55 | 0 | 5C | 117 | 4A | 5 |
| Octal | 16 | 3 | 24 | 36 | 125 | 0 | 134 | 427 | 112 | 5 |
| Binary | 1110 | 11 | 10100 | 11110 | 1010101 | 0 | 1011100 | 100010111 | 1001010 | 101 |
Color Harmonies of #0E0314
Complementary color
Monochromatic Colors of #0E0314
Black with #0E0314
Text Example
Text Example
White with #0E0314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0314; }
p { color: rgb(14,3,20); }
H1.HeaderClassName
{
color: #0E0314;
}
.AnyTagClassName
{
color: #0E0314;
}
</style>
background-color css
<style>
a { background-color: #0E0314; }
a { background-color: rgb(14,3,20); }
div.DivClassName
{
background-color: #0E0314;
}
.BgClassName
{
background-color: #0E0314;
}
</style>
border-color css
<style>
span { border-color: #0E0314; }
span { border-color: rgb(14,3,20); }
td.TdClassName
{
border-color: #0E0314;
}
.TagClassName
{
border-color: #0E0314;
}
</style>