Shades of Blackcurrant #0E0126
Tints of Blackcurrant #0E0126
RGB
CMYK
RGB Variations
Color information
#0E0126 (or 0x0E0126) is known color: Blackcurrant. HEX triplet: 0E, 01 and 26. RGB value is (14,1,38). Sum of RGB (Red+Green+Blue) = 14+1+38=53 (7% of max value = 765). Red value is 14 (5.86% from 255 or 26.42% from 53); Green value is 1 (0.78% from 255 or 1.89% from 53); Blue value is 38 (15.23% from 255 or 71.70% from 53); Max value from RGB is 38 - color contains mainly: blue. Hex color #0E0126 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0126 is #F1FED9. Grayscale: #080808. Windows color (decimal): -15859418 or 2490638. OLE color: 2490638.
HSL color Cylindrical-coordinate representation of color #0E0126: hue angle of 261.08º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E0126 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 14 | 1 | 38 | - |
| CMYK | 0.63 | 0.97 | 0 | 0.85 |
| HSL | 261.08º | 0.95% | 0.08% | - |
| HSV(B) | 261.08º | 0.97% | 0.15% | - |
| XYZ | 0.54 | 0.26 | 1.85 | - |
| YUV | 9.11 | 144.31 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 1 | 38 | 0.63 | 0.97 | 0 | 0.85 | 261.08 | 0.95 | 0.08 |
| Hex | E | 1 | 26 | 3F | 61 | 0 | 55 | 105 | 5F | 8 |
| Octal | 16 | 1 | 46 | 77 | 141 | 0 | 125 | 405 | 137 | 10 |
| Binary | 1110 | 1 | 100110 | 111111 | 1100001 | 0 | 1010101 | 100000101 | 1011111 | 1000 |
Color Harmonies of #0E0126
Complementary color
Monochromatic Colors of #0E0126
Black with #0E0126
Text Example
Text Example
White with #0E0126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0126; }
p { color: rgb(14,1,38); }
H1.HeaderClassName
{
color: #0E0126;
}
.AnyTagClassName
{
color: #0E0126;
}
</style>
background-color css
<style>
a { background-color: #0E0126; }
a { background-color: rgb(14,1,38); }
div.DivClassName
{
background-color: #0E0126;
}
.BgClassName
{
background-color: #0E0126;
}
</style>
border-color css
<style>
span { border-color: #0E0126; }
span { border-color: rgb(14,1,38); }
td.TdClassName
{
border-color: #0E0126;
}
.TagClassName
{
border-color: #0E0126;
}
</style>