Shades of Blackcurrant #0E0915
Tints of Blackcurrant #0E0915
RGB
CMYK
RGB Variations
Color information
#0E0915 (or 0x0E0915) is known color: Blackcurrant. HEX triplet: 0E, 09 and 15. RGB value is (14,9,21). Sum of RGB (Red+Green+Blue) = 14+9+21=44 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.82% from 44); Green value is 9 (3.91% from 255 or 20.45% from 44); Blue value is 21 (8.59% from 255 or 47.73% from 44); Max value from RGB is 21 - color contains mainly: blue. Hex color #0E0915 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0915 is #F1F6EA. Grayscale: #0B0B0B. Windows color (decimal): -15857387 or 1378574. OLE color: 1378574.
HSL color Cylindrical-coordinate representation of color #0E0915: hue angle of 265º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0E0915 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 14 | 9 | 21 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.92 |
| HSL | 265º | 0.4% | 0.06% | - |
| HSV(B) | 265º | 0.57% | 0.08% | - |
| XYZ | 0.41 | 0.34 | 0.75 | - |
| YUV | 11.86 | 133.16 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 9 | 21 | 0.33 | 0.57 | 0 | 0.92 | 265 | 0.4 | 0.06 |
| Hex | E | 9 | 15 | 21 | 39 | 0 | 5C | 109 | 28 | 6 |
| Octal | 16 | 11 | 25 | 41 | 71 | 0 | 134 | 411 | 50 | 6 |
| Binary | 1110 | 1001 | 10101 | 100001 | 111001 | 0 | 1011100 | 100001001 | 101000 | 110 |
Color Harmonies of #0E0915
Complementary color
Monochromatic Colors of #0E0915
Black with #0E0915
Text Example
Text Example
White with #0E0915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0915; }
p { color: rgb(14,9,21); }
H1.HeaderClassName
{
color: #0E0915;
}
.AnyTagClassName
{
color: #0E0915;
}
</style>
background-color css
<style>
a { background-color: #0E0915; }
a { background-color: rgb(14,9,21); }
div.DivClassName
{
background-color: #0E0915;
}
.BgClassName
{
background-color: #0E0915;
}
</style>
border-color css
<style>
span { border-color: #0E0915; }
span { border-color: rgb(14,9,21); }
td.TdClassName
{
border-color: #0E0915;
}
.TagClassName
{
border-color: #0E0915;
}
</style>