Shades of Blackcurrant #0E0317
Tints of Blackcurrant #0E0317
RGB
CMYK
RGB Variations
Color information
#0E0317 (or 0x0E0317) is known color: Blackcurrant. HEX triplet: 0E, 03 and 17. RGB value is (14,3,23). Sum of RGB (Red+Green+Blue) = 14+3+23=40 (5% of max value = 765). Red value is 14 (5.86% from 255 or 35% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 23 (9.38% from 255 or 57.5% from 40); Max value from RGB is 23 - color contains mainly: blue. Hex color #0E0317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0317 is #F1FCE8. Grayscale: #080808. Windows color (decimal): -15858921 or 1508110. OLE color: 1508110.
HSL color Cylindrical-coordinate representation of color #0E0317: hue angle of 273º degrees, saturation: 0.77, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E0317 is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 14 | 3 | 23 | - |
| CMYK | 0.39 | 0.87 | 0 | 0.91 |
| HSL | 273º | 0.77% | 0.05% | - |
| HSV(B) | 273º | 0.87% | 0.09% | - |
| XYZ | 0.37 | 0.22 | 0.83 | - |
| YUV | 8.57 | 136.14 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 3 | 23 | 0.39 | 0.87 | 0 | 0.91 | 273 | 0.77 | 0.05 |
| Hex | E | 3 | 17 | 27 | 57 | 0 | 5B | 111 | 4D | 5 |
| Octal | 16 | 3 | 27 | 47 | 127 | 0 | 133 | 421 | 115 | 5 |
| Binary | 1110 | 11 | 10111 | 100111 | 1010111 | 0 | 1011011 | 100010001 | 1001101 | 101 |
Color Harmonies of #0E0317
Complementary color
Monochromatic Colors of #0E0317
Black with #0E0317
Text Example
Text Example
White with #0E0317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0317; }
p { color: rgb(14,3,23); }
H1.HeaderClassName
{
color: #0E0317;
}
.AnyTagClassName
{
color: #0E0317;
}
</style>
background-color css
<style>
a { background-color: #0E0317; }
a { background-color: rgb(14,3,23); }
div.DivClassName
{
background-color: #0E0317;
}
.BgClassName
{
background-color: #0E0317;
}
</style>
border-color css
<style>
span { border-color: #0E0317; }
span { border-color: rgb(14,3,23); }
td.TdClassName
{
border-color: #0E0317;
}
.TagClassName
{
border-color: #0E0317;
}
</style>