Shades of Blackcurrant #0E0423
Tints of Blackcurrant #0E0423
RGB
CMYK
RGB Variations
Color information
#0E0423 (or 0x0E0423) is known color: Blackcurrant. HEX triplet: 0E, 04 and 23. RGB value is (14,4,35). Sum of RGB (Red+Green+Blue) = 14+4+35=53 (7% of max value = 765). Red value is 14 (5.86% from 255 or 26.42% from 53); Green value is 4 (1.95% from 255 or 7.55% from 53); Blue value is 35 (14.06% from 255 or 66.04% from 53); Max value from RGB is 35 - color contains mainly: blue. Hex color #0E0423 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0423 is #F1FBDC. Grayscale: #0A0A0A. Windows color (decimal): -15858653 or 2294798. OLE color: 2294798.
HSL color Cylindrical-coordinate representation of color #0E0423: hue angle of 259.35º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E0423 is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 14 | 4 | 35 | - |
| CMYK | 0.60 | 0.89 | 0 | 0.86 |
| HSL | 259.35º | 0.79% | 0.08% | - |
| HSV(B) | 259.35º | 0.89% | 0.14% | - |
| XYZ | 0.53 | 0.3 | 1.62 | - |
| YUV | 10.52 | 141.81 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 4 | 35 | 0.60 | 0.89 | 0 | 0.86 | 259.35 | 0.79 | 0.08 |
| Hex | E | 4 | 23 | 3C | 59 | 0 | 56 | 103 | 4F | 8 |
| Octal | 16 | 4 | 43 | 74 | 131 | 0 | 126 | 403 | 117 | 10 |
| Binary | 1110 | 100 | 100011 | 111100 | 1011001 | 0 | 1010110 | 100000011 | 1001111 | 1000 |
Color Harmonies of #0E0423
Complementary color
Monochromatic Colors of #0E0423
Black with #0E0423
Text Example
Text Example
White with #0E0423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0423; }
p { color: rgb(14,4,35); }
H1.HeaderClassName
{
color: #0E0423;
}
.AnyTagClassName
{
color: #0E0423;
}
</style>
background-color css
<style>
a { background-color: #0E0423; }
a { background-color: rgb(14,4,35); }
div.DivClassName
{
background-color: #0E0423;
}
.BgClassName
{
background-color: #0E0423;
}
</style>
border-color css
<style>
span { border-color: #0E0423; }
span { border-color: rgb(14,4,35); }
td.TdClassName
{
border-color: #0E0423;
}
.TagClassName
{
border-color: #0E0423;
}
</style>