Shades of Blackcurrant #0E0321
Tints of Blackcurrant #0E0321
RGB
CMYK
RGB Variations
Color information
#0E0321 (or 0x0E0321) is known color: Blackcurrant. HEX triplet: 0E, 03 and 21. RGB value is (14,3,33). Sum of RGB (Red+Green+Blue) = 14+3+33=50 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28% from 50); Green value is 3 (1.56% from 255 or 6% from 50); Blue value is 33 (13.28% from 255 or 66% from 50); Max value from RGB is 33 - color contains mainly: blue. Hex color #0E0321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0321 is #F1FCDE. Grayscale: #090909. Windows color (decimal): -15858911 or 2163470. OLE color: 2163470.
HSL color Cylindrical-coordinate representation of color #0E0321: hue angle of 262º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E0321 is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 14 | 3 | 33 | - |
| CMYK | 0.58 | 0.91 | 0 | 0.87 |
| HSL | 262º | 0.83% | 0.07% | - |
| HSV(B) | 262º | 0.91% | 0.13% | - |
| XYZ | 0.49 | 0.27 | 1.46 | - |
| YUV | 9.71 | 141.14 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 3 | 33 | 0.58 | 0.91 | 0 | 0.87 | 262 | 0.83 | 0.07 |
| Hex | E | 3 | 21 | 3A | 5B | 0 | 57 | 106 | 53 | 7 |
| Octal | 16 | 3 | 41 | 72 | 133 | 0 | 127 | 406 | 123 | 7 |
| Binary | 1110 | 11 | 100001 | 111010 | 1011011 | 0 | 1010111 | 100000110 | 1010011 | 111 |
Color Harmonies of #0E0321
Complementary color
Monochromatic Colors of #0E0321
Black with #0E0321
Text Example
Text Example
White with #0E0321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0321; }
p { color: rgb(14,3,33); }
H1.HeaderClassName
{
color: #0E0321;
}
.AnyTagClassName
{
color: #0E0321;
}
</style>
background-color css
<style>
a { background-color: #0E0321; }
a { background-color: rgb(14,3,33); }
div.DivClassName
{
background-color: #0E0321;
}
.BgClassName
{
background-color: #0E0321;
}
</style>
border-color css
<style>
span { border-color: #0E0321; }
span { border-color: rgb(14,3,33); }
td.TdClassName
{
border-color: #0E0321;
}
.TagClassName
{
border-color: #0E0321;
}
</style>