Shades of Blackcurrant #0E0914
Tints of Blackcurrant #0E0914
RGB
CMYK
RGB Variations
Color information
#0E0914 (or 0x0E0914) is known color: Blackcurrant. HEX triplet: 0E, 09 and 14. RGB value is (14,9,20). Sum of RGB (Red+Green+Blue) = 14+9+20=43 (5% of max value = 765). Red value is 14 (5.86% from 255 or 32.56% from 43); Green value is 9 (3.91% from 255 or 20.93% from 43); Blue value is 20 (8.20% from 255 or 46.51% from 43); Max value from RGB is 20 - color contains mainly: blue. Hex color #0E0914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0914 is #F1F6EB. Grayscale: #0B0B0B. Windows color (decimal): -15857388 or 1313038. OLE color: 1313038.
HSL color Cylindrical-coordinate representation of color #0E0914: hue angle of 267.27º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0E0914 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 14 | 9 | 20 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.92 |
| HSL | 267.27º | 0.38% | 0.06% | - |
| HSV(B) | 267.27º | 0.55% | 0.08% | - |
| XYZ | 0.41 | 0.34 | 0.71 | - |
| YUV | 11.75 | 132.66 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 9 | 20 | 0.30 | 0.55 | 0 | 0.92 | 267.27 | 0.38 | 0.06 |
| Hex | E | 9 | 14 | 1E | 37 | 0 | 5C | 10B | 26 | 6 |
| Octal | 16 | 11 | 24 | 36 | 67 | 0 | 134 | 413 | 46 | 6 |
| Binary | 1110 | 1001 | 10100 | 11110 | 110111 | 0 | 1011100 | 100001011 | 100110 | 110 |
Color Harmonies of #0E0914
Complementary color
Monochromatic Colors of #0E0914
Black with #0E0914
Text Example
Text Example
White with #0E0914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0914; }
p { color: rgb(14,9,20); }
H1.HeaderClassName
{
color: #0E0914;
}
.AnyTagClassName
{
color: #0E0914;
}
</style>
background-color css
<style>
a { background-color: #0E0914; }
a { background-color: rgb(14,9,20); }
div.DivClassName
{
background-color: #0E0914;
}
.BgClassName
{
background-color: #0E0914;
}
</style>
border-color css
<style>
span { border-color: #0E0914; }
span { border-color: rgb(14,9,20); }
td.TdClassName
{
border-color: #0E0914;
}
.TagClassName
{
border-color: #0E0914;
}
</style>