Shades of Blackcurrant #3B0059
Tints of Blackcurrant #3B0059
RGB
CMYK
RGB Variations
Color information
#3B0059 (or 0x3B0059) is known color: Blackcurrant. HEX triplet: 3B, 00 and 59. RGB value is (59,0,89). Sum of RGB (Red+Green+Blue) = 59+0+89=148 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.86% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 89 (35.16% from 255 or 60.14% from 148); Max value from RGB is 89 - color contains mainly: blue. Hex color #3B0059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0059 is #C4FFA6. Grayscale: #1B1B1B. Windows color (decimal): -12910503 or 5832763. OLE color: 5832763.
HSL color Cylindrical-coordinate representation of color #3B0059: hue angle of 279.78º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B0059 is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 0 | 89 | - |
| CMYK | 0.34 | 1 | 0 | 0.65 |
| HSL | 279.78º | 1% | 0.17% | - |
| HSV(B) | 279.78º | 1% | 0.35% | - |
| XYZ | 3.61 | 1.65 | 9.58 | - |
| YUV | 27.79 | 162.55 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 0 | 89 | 0.34 | 1 | 0 | 0.65 | 279.78 | 1 | 0.17 |
| Hex | 3B | 0 | 59 | 22 | 64 | 0 | 41 | 118 | 64 | 11 |
| Octal | 73 | 0 | 131 | 42 | 144 | 0 | 101 | 430 | 144 | 21 |
| Binary | 111011 | 0 | 1011001 | 100010 | 1100100 | 0 | 1000001 | 100011000 | 1100100 | 10001 |
Color Harmonies of #3B0059
Complementary color
Monochromatic Colors of #3B0059
Black with #3B0059
Text Example
Text Example
White with #3B0059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0059; }
p { color: rgb(59,0,89); }
H1.HeaderClassName
{
color: #3B0059;
}
.AnyTagClassName
{
color: #3B0059;
}
</style>
background-color css
<style>
a { background-color: #3B0059; }
a { background-color: rgb(59,0,89); }
div.DivClassName
{
background-color: #3B0059;
}
.BgClassName
{
background-color: #3B0059;
}
</style>
border-color css
<style>
span { border-color: #3B0059; }
span { border-color: rgb(59,0,89); }
td.TdClassName
{
border-color: #3B0059;
}
.TagClassName
{
border-color: #3B0059;
}
</style>