Shades of Blackcurrant #3B0E49
Tints of Blackcurrant #3B0E49
RGB
CMYK
RGB Variations
Color information
#3B0E49 (or 0x3B0E49) is known color: Blackcurrant. HEX triplet: 3B, 0E and 49. RGB value is (59,14,73). Sum of RGB (Red+Green+Blue) = 59+14+73=146 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.41% from 146); Green value is 14 (5.86% from 255 or 9.59% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: blue. Hex color #3B0E49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0E49 is #C4F1B6. Grayscale: #212121. Windows color (decimal): -12906935 or 4787771. OLE color: 4787771.
HSL color Cylindrical-coordinate representation of color #3B0E49: hue angle of 285.76º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3B0E49 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 14 | 73 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.71 |
| HSL | 285.76º | 0.68% | 0.17% | - |
| HSV(B) | 285.76º | 0.81% | 0.29% | - |
| XYZ | 3.16 | 1.72 | 6.47 | - |
| YUV | 34.18 | 149.91 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 14 | 73 | 0.19 | 0.81 | 0 | 0.71 | 285.76 | 0.68 | 0.17 |
| Hex | 3B | E | 49 | 13 | 51 | 0 | 47 | 11E | 44 | 11 |
| Octal | 73 | 16 | 111 | 23 | 121 | 0 | 107 | 436 | 104 | 21 |
| Binary | 111011 | 1110 | 1001001 | 10011 | 1010001 | 0 | 1000111 | 100011110 | 1000100 | 10001 |
Color Harmonies of #3B0E49
Complementary color
Monochromatic Colors of #3B0E49
Black with #3B0E49
Text Example
Text Example
White with #3B0E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0E49; }
p { color: rgb(59,14,73); }
H1.HeaderClassName
{
color: #3B0E49;
}
.AnyTagClassName
{
color: #3B0E49;
}
</style>
background-color css
<style>
a { background-color: #3B0E49; }
a { background-color: rgb(59,14,73); }
div.DivClassName
{
background-color: #3B0E49;
}
.BgClassName
{
background-color: #3B0E49;
}
</style>
border-color css
<style>
span { border-color: #3B0E49; }
span { border-color: rgb(59,14,73); }
td.TdClassName
{
border-color: #3B0E49;
}
.TagClassName
{
border-color: #3B0E49;
}
</style>