Shades of Blackcurrant #3B1547
Tints of Blackcurrant #3B1547
RGB
CMYK
RGB Variations
Color information
#3B1547 (or 0x3B1547) is known color: Blackcurrant. HEX triplet: 3B, 15 and 47. RGB value is (59,21,71). Sum of RGB (Red+Green+Blue) = 59+21+71=151 (20% of max value = 765). Red value is 59 (23.44% from 255 or 39.07% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 71 (28.12% from 255 or 47.02% from 151); Max value from RGB is 71 - color contains mainly: blue. Hex color #3B1547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1547 is #C4EAB8. Grayscale: #252525. Windows color (decimal): -12905145 or 4658491. OLE color: 4658491.
HSL color Cylindrical-coordinate representation of color #3B1547: hue angle of 285.6º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3B1547 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 59 | 21 | 71 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.72 |
| HSL | 285.6º | 0.54% | 0.18% | - |
| HSV(B) | 285.6º | 0.7% | 0.28% | - |
| XYZ | 3.21 | 1.92 | 6.16 | - |
| YUV | 38.06 | 146.59 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 21 | 71 | 0.17 | 0.70 | 0 | 0.72 | 285.6 | 0.54 | 0.18 |
| Hex | 3B | 15 | 47 | 11 | 46 | 0 | 48 | 11E | 36 | 12 |
| Octal | 73 | 25 | 107 | 21 | 106 | 0 | 110 | 436 | 66 | 22 |
| Binary | 111011 | 10101 | 1000111 | 10001 | 1000110 | 0 | 1001000 | 100011110 | 110110 | 10010 |
Color Harmonies of #3B1547
Complementary color
Monochromatic Colors of #3B1547
Black with #3B1547
Text Example
Text Example
White with #3B1547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1547; }
p { color: rgb(59,21,71); }
H1.HeaderClassName
{
color: #3B1547;
}
.AnyTagClassName
{
color: #3B1547;
}
</style>
background-color css
<style>
a { background-color: #3B1547; }
a { background-color: rgb(59,21,71); }
div.DivClassName
{
background-color: #3B1547;
}
.BgClassName
{
background-color: #3B1547;
}
</style>
border-color css
<style>
span { border-color: #3B1547; }
span { border-color: rgb(59,21,71); }
td.TdClassName
{
border-color: #3B1547;
}
.TagClassName
{
border-color: #3B1547;
}
</style>