Shades of Blackcurrant #0E002C
Tints of Blackcurrant #0E002C
RGB
CMYK
RGB Variations
Color information
#0E002C (or 0x0E002C) is known color: Blackcurrant. HEX triplet: 0E, 00 and 2C. RGB value is (14,0,44). Sum of RGB (Red+Green+Blue) = 14+0+44=58 (7% of max value = 765). Red value is 14 (5.86% from 255 or 24.14% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 44 (17.58% from 255 or 75.86% from 58); Max value from RGB is 44 - color contains mainly: blue. Hex color #0E002C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E002C is #F1FFD3. Grayscale: #090909. Windows color (decimal): -15859668 or 2883598. OLE color: 2883598.
HSL color Cylindrical-coordinate representation of color #0E002C: hue angle of 259.09º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E002C is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 14 | 0 | 44 | - |
| CMYK | 0.68 | 1 | 0 | 0.83 |
| HSL | 259.09º | 1% | 0.09% | - |
| HSV(B) | 259.09º | 1% | 0.17% | - |
| XYZ | 0.64 | 0.28 | 2.4 | - |
| YUV | 9.2 | 147.64 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 0 | 44 | 0.68 | 1 | 0 | 0.83 | 259.09 | 1 | 0.09 |
| Hex | E | 0 | 2C | 44 | 64 | 0 | 53 | 103 | 64 | 9 |
| Octal | 16 | 0 | 54 | 104 | 144 | 0 | 123 | 403 | 144 | 11 |
| Binary | 1110 | 0 | 101100 | 1000100 | 1100100 | 0 | 1010011 | 100000011 | 1100100 | 1001 |
Color Harmonies of #0E002C
Complementary color
Monochromatic Colors of #0E002C
Black with #0E002C
Text Example
Text Example
White with #0E002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E002C; }
p { color: rgb(14,0,44); }
H1.HeaderClassName
{
color: #0E002C;
}
.AnyTagClassName
{
color: #0E002C;
}
</style>
background-color css
<style>
a { background-color: #0E002C; }
a { background-color: rgb(14,0,44); }
div.DivClassName
{
background-color: #0E002C;
}
.BgClassName
{
background-color: #0E002C;
}
</style>
border-color css
<style>
span { border-color: #0E002C; }
span { border-color: rgb(14,0,44); }
td.TdClassName
{
border-color: #0E002C;
}
.TagClassName
{
border-color: #0E002C;
}
</style>