Shades of Blackcurrant #0E001C
Tints of Blackcurrant #0E001C
RGB
CMYK
RGB Variations
Color information
#0E001C (or 0x0E001C) is known color: Blackcurrant. HEX triplet: 0E, 00 and 1C. RGB value is (14,0,28). Sum of RGB (Red+Green+Blue) = 14+0+28=42 (5% of max value = 765). Red value is 14 (5.86% from 255 or 33.33% from 42); Green value is 0 (0.39% from 255 or 0% from 42); Blue value is 28 (11.33% from 255 or 66.67% from 42); Max value from RGB is 28 - color contains mainly: blue. Hex color #0E001C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E001C is #F1FFE3. Grayscale: #070707. Windows color (decimal): -15859684 or 1835022. OLE color: 1835022.
HSL color Cylindrical-coordinate representation of color #0E001C: hue angle of 270º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E001C is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 14 | 0 | 28 | - |
| CMYK | 0.50 | 1 | 0 | 0.89 |
| HSL | 270º | 1% | 0.05% | - |
| HSV(B) | 270º | 1% | 0.11% | - |
| XYZ | 0.39 | 0.18 | 1.11 | - |
| YUV | 7.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 0 | 28 | 0.50 | 1 | 0 | 0.89 | 270 | 1 | 0.05 |
| Hex | E | 0 | 1C | 32 | 64 | 0 | 59 | 10E | 64 | 5 |
| Octal | 16 | 0 | 34 | 62 | 144 | 0 | 131 | 416 | 144 | 5 |
| Binary | 1110 | 0 | 11100 | 110010 | 1100100 | 0 | 1011001 | 100001110 | 1100100 | 101 |
Color Harmonies of #0E001C
Complementary color
Monochromatic Colors of #0E001C
Black with #0E001C
Text Example
Text Example
White with #0E001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E001C; }
p { color: rgb(14,0,28); }
H1.HeaderClassName
{
color: #0E001C;
}
.AnyTagClassName
{
color: #0E001C;
}
</style>
background-color css
<style>
a { background-color: #0E001C; }
a { background-color: rgb(14,0,28); }
div.DivClassName
{
background-color: #0E001C;
}
.BgClassName
{
background-color: #0E001C;
}
</style>
border-color css
<style>
span { border-color: #0E001C; }
span { border-color: rgb(14,0,28); }
td.TdClassName
{
border-color: #0E001C;
}
.TagClassName
{
border-color: #0E001C;
}
</style>