Shades of Blackcurrant #3E0B50
Tints of Blackcurrant #3E0B50
RGB
CMYK
RGB Variations
Color information
#3E0B50 (or 0x3E0B50) is known color: Blackcurrant. HEX triplet: 3E, 0B and 50. RGB value is (62,11,80). Sum of RGB (Red+Green+Blue) = 62+11+80=153 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.52% from 153); Green value is 11 (4.69% from 255 or 7.19% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #3E0B50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0B50 is #C1F4AF. Grayscale: #212121. Windows color (decimal): -12711088 or 5245758. OLE color: 5245758.
HSL color Cylindrical-coordinate representation of color #3E0B50: hue angle of 284.35º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E0B50 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 11 | 80 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.69 |
| HSL | 284.35º | 0.76% | 0.18% | - |
| HSV(B) | 284.35º | 0.86% | 0.31% | - |
| XYZ | 3.55 | 1.84 | 7.76 | - |
| YUV | 34.12 | 153.9 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 11 | 80 | 0.22 | 0.86 | 0 | 0.69 | 284.35 | 0.76 | 0.18 |
| Hex | 3E | B | 50 | 16 | 56 | 0 | 45 | 11C | 4C | 12 |
| Octal | 76 | 13 | 120 | 26 | 126 | 0 | 105 | 434 | 114 | 22 |
| Binary | 111110 | 1011 | 1010000 | 10110 | 1010110 | 0 | 1000101 | 100011100 | 1001100 | 10010 |
Color Harmonies of #3E0B50
Complementary color
Monochromatic Colors of #3E0B50
Black with #3E0B50
Text Example
Text Example
White with #3E0B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0B50; }
p { color: rgb(62,11,80); }
H1.HeaderClassName
{
color: #3E0B50;
}
.AnyTagClassName
{
color: #3E0B50;
}
</style>
background-color css
<style>
a { background-color: #3E0B50; }
a { background-color: rgb(62,11,80); }
div.DivClassName
{
background-color: #3E0B50;
}
.BgClassName
{
background-color: #3E0B50;
}
</style>
border-color css
<style>
span { border-color: #3E0B50; }
span { border-color: rgb(62,11,80); }
td.TdClassName
{
border-color: #3E0B50;
}
.TagClassName
{
border-color: #3E0B50;
}
</style>