Shades of Blackcurrant #0E071C
Tints of Blackcurrant #0E071C
RGB
CMYK
RGB Variations
Color information
#0E071C (or 0x0E071C) is known color: Blackcurrant. HEX triplet: 0E, 07 and 1C. RGB value is (14,7,28). Sum of RGB (Red+Green+Blue) = 14+7+28=49 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28.57% from 49); Green value is 7 (3.12% from 255 or 14.29% from 49); Blue value is 28 (11.33% from 255 or 57.14% from 49); Max value from RGB is 28 - color contains mainly: blue. Hex color #0E071C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E071C is #F1F8E3. Grayscale: #0B0B0B. Windows color (decimal): -15857892 or 1836814. OLE color: 1836814.
HSL color Cylindrical-coordinate representation of color #0E071C: hue angle of 260º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E071C is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 14 | 7 | 28 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.89 |
| HSL | 260º | 0.6% | 0.07% | - |
| HSV(B) | 260º | 0.75% | 0.11% | - |
| XYZ | 0.47 | 0.33 | 1.14 | - |
| YUV | 11.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 7 | 28 | 0.50 | 0.75 | 0 | 0.89 | 260 | 0.6 | 0.07 |
| Hex | E | 7 | 1C | 32 | 4B | 0 | 59 | 104 | 3C | 7 |
| Octal | 16 | 7 | 34 | 62 | 113 | 0 | 131 | 404 | 74 | 7 |
| Binary | 1110 | 111 | 11100 | 110010 | 1001011 | 0 | 1011001 | 100000100 | 111100 | 111 |
Color Harmonies of #0E071C
Complementary color
Monochromatic Colors of #0E071C
Black with #0E071C
Text Example
Text Example
White with #0E071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E071C; }
p { color: rgb(14,7,28); }
H1.HeaderClassName
{
color: #0E071C;
}
.AnyTagClassName
{
color: #0E071C;
}
</style>
background-color css
<style>
a { background-color: #0E071C; }
a { background-color: rgb(14,7,28); }
div.DivClassName
{
background-color: #0E071C;
}
.BgClassName
{
background-color: #0E071C;
}
</style>
border-color css
<style>
span { border-color: #0E071C; }
span { border-color: rgb(14,7,28); }
td.TdClassName
{
border-color: #0E071C;
}
.TagClassName
{
border-color: #0E071C;
}
</style>