Shades of Blackcurrant #0E0324
Tints of Blackcurrant #0E0324
RGB
CMYK
RGB Variations
Color information
#0E0324 (or 0x0E0324) is known color: Blackcurrant. HEX triplet: 0E, 03 and 24. RGB value is (14,3,36). Sum of RGB (Red+Green+Blue) = 14+3+36=53 (7% of max value = 765). Red value is 14 (5.86% from 255 or 26.42% from 53); Green value is 3 (1.56% from 255 or 5.66% from 53); Blue value is 36 (14.45% from 255 or 67.92% from 53); Max value from RGB is 36 - color contains mainly: blue. Hex color #0E0324 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0324 is #F1FCDB. Grayscale: #090909. Windows color (decimal): -15858908 or 2360078. OLE color: 2360078.
HSL color Cylindrical-coordinate representation of color #0E0324: hue angle of 260º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E0324 is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 14 | 3 | 36 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.86 |
| HSL | 260º | 0.85% | 0.08% | - |
| HSV(B) | 260º | 0.92% | 0.14% | - |
| XYZ | 0.53 | 0.29 | 1.7 | - |
| YUV | 10.05 | 142.64 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 3 | 36 | 0.61 | 0.92 | 0 | 0.86 | 260 | 0.85 | 0.08 |
| Hex | E | 3 | 24 | 3D | 5C | 0 | 56 | 104 | 55 | 8 |
| Octal | 16 | 3 | 44 | 75 | 134 | 0 | 126 | 404 | 125 | 10 |
| Binary | 1110 | 11 | 100100 | 111101 | 1011100 | 0 | 1010110 | 100000100 | 1010101 | 1000 |
Color Harmonies of #0E0324
Complementary color
Monochromatic Colors of #0E0324
Black with #0E0324
Text Example
Text Example
White with #0E0324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0324; }
p { color: rgb(14,3,36); }
H1.HeaderClassName
{
color: #0E0324;
}
.AnyTagClassName
{
color: #0E0324;
}
</style>
background-color css
<style>
a { background-color: #0E0324; }
a { background-color: rgb(14,3,36); }
div.DivClassName
{
background-color: #0E0324;
}
.BgClassName
{
background-color: #0E0324;
}
</style>
border-color css
<style>
span { border-color: #0E0324; }
span { border-color: rgb(14,3,36); }
td.TdClassName
{
border-color: #0E0324;
}
.TagClassName
{
border-color: #0E0324;
}
</style>