Shades of Blackcurrant #3E0B51
Tints of Blackcurrant #3E0B51
RGB
CMYK
RGB Variations
Color information
#3E0B51 (or 0x3E0B51) is known color: Blackcurrant. HEX triplet: 3E, 0B and 51. RGB value is (62,11,81). Sum of RGB (Red+Green+Blue) = 62+11+81=154 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.26% from 154); Green value is 11 (4.69% from 255 or 7.14% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #3E0B51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0B51 is #C1F4AE. Grayscale: #222222. Windows color (decimal): -12711087 or 5311294. OLE color: 5311294.
HSL color Cylindrical-coordinate representation of color #3E0B51: hue angle of 283.71º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E0B51 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 62 | 11 | 81 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.68 |
| HSL | 283.71º | 0.76% | 0.18% | - |
| HSV(B) | 283.71º | 0.86% | 0.32% | - |
| XYZ | 3.59 | 1.86 | 7.95 | - |
| YUV | 34.23 | 154.4 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 11 | 81 | 0.23 | 0.86 | 0 | 0.68 | 283.71 | 0.76 | 0.18 |
| Hex | 3E | B | 51 | 17 | 56 | 0 | 44 | 11C | 4C | 12 |
| Octal | 76 | 13 | 121 | 27 | 126 | 0 | 104 | 434 | 114 | 22 |
| Binary | 111110 | 1011 | 1010001 | 10111 | 1010110 | 0 | 1000100 | 100011100 | 1001100 | 10010 |
Color Harmonies of #3E0B51
Complementary color
Monochromatic Colors of #3E0B51
Black with #3E0B51
Text Example
Text Example
White with #3E0B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0B51; }
p { color: rgb(62,11,81); }
H1.HeaderClassName
{
color: #3E0B51;
}
.AnyTagClassName
{
color: #3E0B51;
}
</style>
background-color css
<style>
a { background-color: #3E0B51; }
a { background-color: rgb(62,11,81); }
div.DivClassName
{
background-color: #3E0B51;
}
.BgClassName
{
background-color: #3E0B51;
}
</style>
border-color css
<style>
span { border-color: #3E0B51; }
span { border-color: rgb(62,11,81); }
td.TdClassName
{
border-color: #3E0B51;
}
.TagClassName
{
border-color: #3E0B51;
}
</style>