Shades of Blackcurrant #0E0221
Tints of Blackcurrant #0E0221
RGB
CMYK
RGB Variations
Color information
#0E0221 (or 0x0E0221) is known color: Blackcurrant. HEX triplet: 0E, 02 and 21. RGB value is (14,2,33). Sum of RGB (Red+Green+Blue) = 14+2+33=49 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28.57% from 49); Green value is 2 (1.17% from 255 or 4.08% from 49); Blue value is 33 (13.28% from 255 or 67.35% from 49); Max value from RGB is 33 - color contains mainly: blue. Hex color #0E0221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0221 is #F1FDDE. Grayscale: #090909. Windows color (decimal): -15859167 or 2163214. OLE color: 2163214.
HSL color Cylindrical-coordinate representation of color #0E0221: hue angle of 263.23º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E0221 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 14 | 2 | 33 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.87 |
| HSL | 263.23º | 0.89% | 0.07% | - |
| HSV(B) | 263.23º | 0.94% | 0.13% | - |
| XYZ | 0.48 | 0.25 | 1.46 | - |
| YUV | 9.12 | 141.48 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 2 | 33 | 0.58 | 0.94 | 0 | 0.87 | 263.23 | 0.89 | 0.07 |
| Hex | E | 2 | 21 | 3A | 5E | 0 | 57 | 107 | 59 | 7 |
| Octal | 16 | 2 | 41 | 72 | 136 | 0 | 127 | 407 | 131 | 7 |
| Binary | 1110 | 10 | 100001 | 111010 | 1011110 | 0 | 1010111 | 100000111 | 1011001 | 111 |
Color Harmonies of #0E0221
Complementary color
Monochromatic Colors of #0E0221
Black with #0E0221
Text Example
Text Example
White with #0E0221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0221; }
p { color: rgb(14,2,33); }
H1.HeaderClassName
{
color: #0E0221;
}
.AnyTagClassName
{
color: #0E0221;
}
</style>
background-color css
<style>
a { background-color: #0E0221; }
a { background-color: rgb(14,2,33); }
div.DivClassName
{
background-color: #0E0221;
}
.BgClassName
{
background-color: #0E0221;
}
</style>
border-color css
<style>
span { border-color: #0E0221; }
span { border-color: rgb(14,2,33); }
td.TdClassName
{
border-color: #0E0221;
}
.TagClassName
{
border-color: #0E0221;
}
</style>