Shades of Blackcurrant #3B0A57
Tints of Blackcurrant #3B0A57
RGB
CMYK
RGB Variations
Color information
#3B0A57 (or 0x3B0A57) is known color: Blackcurrant. HEX triplet: 3B, 0A and 57. RGB value is (59,10,87). Sum of RGB (Red+Green+Blue) = 59+10+87=156 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.82% from 156); Green value is 10 (4.30% from 255 or 6.41% from 156); Blue value is 87 (34.38% from 255 or 55.77% from 156); Max value from RGB is 87 - color contains mainly: blue. Hex color #3B0A57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0A57 is #C4F5A8. Grayscale: #212121. Windows color (decimal): -12907945 or 5704251. OLE color: 5704251.
HSL color Cylindrical-coordinate representation of color #3B0A57: hue angle of 278.18º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3B0A57 is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 59 | 10 | 87 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.66 |
| HSL | 278.18º | 0.79% | 0.19% | - |
| HSV(B) | 278.18º | 0.89% | 0.34% | - |
| XYZ | 3.63 | 1.84 | 9.18 | - |
| YUV | 33.43 | 158.23 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 10 | 87 | 0.32 | 0.89 | 0 | 0.66 | 278.18 | 0.79 | 0.19 |
| Hex | 3B | A | 57 | 20 | 59 | 0 | 42 | 116 | 4F | 13 |
| Octal | 73 | 12 | 127 | 40 | 131 | 0 | 102 | 426 | 117 | 23 |
| Binary | 111011 | 1010 | 1010111 | 100000 | 1011001 | 0 | 1000010 | 100010110 | 1001111 | 10011 |
Color Harmonies of #3B0A57
Complementary color
Monochromatic Colors of #3B0A57
Black with #3B0A57
Text Example
Text Example
White with #3B0A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0A57; }
p { color: rgb(59,10,87); }
H1.HeaderClassName
{
color: #3B0A57;
}
.AnyTagClassName
{
color: #3B0A57;
}
</style>
background-color css
<style>
a { background-color: #3B0A57; }
a { background-color: rgb(59,10,87); }
div.DivClassName
{
background-color: #3B0A57;
}
.BgClassName
{
background-color: #3B0A57;
}
</style>
border-color css
<style>
span { border-color: #3B0A57; }
span { border-color: rgb(59,10,87); }
td.TdClassName
{
border-color: #3B0A57;
}
.TagClassName
{
border-color: #3B0A57;
}
</style>