Shades of Blackcurrant #3B0559
Tints of Blackcurrant #3B0559
RGB
CMYK
RGB Variations
Color information
#3B0559 (or 0x3B0559) is known color: Blackcurrant. HEX triplet: 3B, 05 and 59. RGB value is (59,5,89). Sum of RGB (Red+Green+Blue) = 59+5+89=153 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.56% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 89 (35.16% from 255 or 58.17% from 153); Max value from RGB is 89 - color contains mainly: blue. Hex color #3B0559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0559 is #C4FAA6. Grayscale: #1E1E1E. Windows color (decimal): -12909223 or 5834043. OLE color: 5834043.
HSL color Cylindrical-coordinate representation of color #3B0559: hue angle of 278.57º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B0559 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 5 | 89 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.65 |
| HSL | 278.57º | 0.89% | 0.18% | - |
| HSV(B) | 278.57º | 0.94% | 0.35% | - |
| XYZ | 3.66 | 1.76 | 9.6 | - |
| YUV | 30.72 | 160.89 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 5 | 89 | 0.34 | 0.94 | 0 | 0.65 | 278.57 | 0.89 | 0.18 |
| Hex | 3B | 5 | 59 | 22 | 5E | 0 | 41 | 117 | 59 | 12 |
| Octal | 73 | 5 | 131 | 42 | 136 | 0 | 101 | 427 | 131 | 22 |
| Binary | 111011 | 101 | 1011001 | 100010 | 1011110 | 0 | 1000001 | 100010111 | 1011001 | 10010 |
Color Harmonies of #3B0559
Complementary color
Monochromatic Colors of #3B0559
Black with #3B0559
Text Example
Text Example
White with #3B0559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0559; }
p { color: rgb(59,5,89); }
H1.HeaderClassName
{
color: #3B0559;
}
.AnyTagClassName
{
color: #3B0559;
}
</style>
background-color css
<style>
a { background-color: #3B0559; }
a { background-color: rgb(59,5,89); }
div.DivClassName
{
background-color: #3B0559;
}
.BgClassName
{
background-color: #3B0559;
}
</style>
border-color css
<style>
span { border-color: #3B0559; }
span { border-color: rgb(59,5,89); }
td.TdClassName
{
border-color: #3B0559;
}
.TagClassName
{
border-color: #3B0559;
}
</style>