Shades of Blackcurrant #3B0557
Tints of Blackcurrant #3B0557
RGB
CMYK
RGB Variations
Color information
#3B0557 (or 0x3B0557) is known color: Blackcurrant. HEX triplet: 3B, 05 and 57. RGB value is (59,5,87). Sum of RGB (Red+Green+Blue) = 59+5+87=151 (20% of max value = 765). Red value is 59 (23.44% from 255 or 39.07% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 87 (34.38% from 255 or 57.62% from 151); Max value from RGB is 87 - color contains mainly: blue. Hex color #3B0557 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0557 is #C4FAA8. Grayscale: #1E1E1E. Windows color (decimal): -12909225 or 5702971. OLE color: 5702971.
HSL color Cylindrical-coordinate representation of color #3B0557: hue angle of 279.51º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B0557 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 59 | 5 | 87 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.66 |
| HSL | 279.51º | 0.89% | 0.18% | - |
| HSV(B) | 279.51º | 0.94% | 0.34% | - |
| XYZ | 3.58 | 1.73 | 9.16 | - |
| YUV | 30.49 | 159.89 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 5 | 87 | 0.32 | 0.94 | 0 | 0.66 | 279.51 | 0.89 | 0.18 |
| Hex | 3B | 5 | 57 | 20 | 5E | 0 | 42 | 118 | 59 | 12 |
| Octal | 73 | 5 | 127 | 40 | 136 | 0 | 102 | 430 | 131 | 22 |
| Binary | 111011 | 101 | 1010111 | 100000 | 1011110 | 0 | 1000010 | 100011000 | 1011001 | 10010 |
Color Harmonies of #3B0557
Complementary color
Monochromatic Colors of #3B0557
Black with #3B0557
Text Example
Text Example
White with #3B0557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0557; }
p { color: rgb(59,5,87); }
H1.HeaderClassName
{
color: #3B0557;
}
.AnyTagClassName
{
color: #3B0557;
}
</style>
background-color css
<style>
a { background-color: #3B0557; }
a { background-color: rgb(59,5,87); }
div.DivClassName
{
background-color: #3B0557;
}
.BgClassName
{
background-color: #3B0557;
}
</style>
border-color css
<style>
span { border-color: #3B0557; }
span { border-color: rgb(59,5,87); }
td.TdClassName
{
border-color: #3B0557;
}
.TagClassName
{
border-color: #3B0557;
}
</style>