Shades of Blackcurrant #3B0858
Tints of Blackcurrant #3B0858
RGB
CMYK
RGB Variations
Color information
#3B0858 (or 0x3B0858) is known color: Blackcurrant. HEX triplet: 3B, 08 and 58. RGB value is (59,8,88). Sum of RGB (Red+Green+Blue) = 59+8+88=155 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.06% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 88 (34.77% from 255 or 56.77% from 155); Max value from RGB is 88 - color contains mainly: blue. Hex color #3B0858 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0858 is #C4F7A7. Grayscale: #202020. Windows color (decimal): -12908456 or 5769275. OLE color: 5769275.
HSL color Cylindrical-coordinate representation of color #3B0858: hue angle of 278.25º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3B0858 is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 8 | 88 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.65 |
| HSL | 278.25º | 0.83% | 0.19% | - |
| HSV(B) | 278.25º | 0.91% | 0.35% | - |
| XYZ | 3.65 | 1.81 | 9.39 | - |
| YUV | 32.37 | 159.4 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 8 | 88 | 0.33 | 0.91 | 0 | 0.65 | 278.25 | 0.83 | 0.19 |
| Hex | 3B | 8 | 58 | 21 | 5B | 0 | 41 | 116 | 53 | 13 |
| Octal | 73 | 10 | 130 | 41 | 133 | 0 | 101 | 426 | 123 | 23 |
| Binary | 111011 | 1000 | 1011000 | 100001 | 1011011 | 0 | 1000001 | 100010110 | 1010011 | 10011 |
Color Harmonies of #3B0858
Complementary color
Monochromatic Colors of #3B0858
Black with #3B0858
Text Example
Text Example
White with #3B0858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0858; }
p { color: rgb(59,8,88); }
H1.HeaderClassName
{
color: #3B0858;
}
.AnyTagClassName
{
color: #3B0858;
}
</style>
background-color css
<style>
a { background-color: #3B0858; }
a { background-color: rgb(59,8,88); }
div.DivClassName
{
background-color: #3B0858;
}
.BgClassName
{
background-color: #3B0858;
}
</style>
border-color css
<style>
span { border-color: #3B0858; }
span { border-color: rgb(59,8,88); }
td.TdClassName
{
border-color: #3B0858;
}
.TagClassName
{
border-color: #3B0858;
}
</style>