Shades of Blackcurrant #3B0458
Tints of Blackcurrant #3B0458
RGB
CMYK
RGB Variations
Color information
#3B0458 (or 0x3B0458) is known color: Blackcurrant. HEX triplet: 3B, 04 and 58. RGB value is (59,4,88). Sum of RGB (Red+Green+Blue) = 59+4+88=151 (20% of max value = 765). Red value is 59 (23.44% from 255 or 39.07% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 88 (34.77% from 255 or 58.28% from 151); Max value from RGB is 88 - color contains mainly: blue. Hex color #3B0458 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0458 is #C4FBA7. Grayscale: #1D1D1D. Windows color (decimal): -12909480 or 5768251. OLE color: 5768251.
HSL color Cylindrical-coordinate representation of color #3B0458: hue angle of 279.29º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B0458 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 4 | 88 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.65 |
| HSL | 279.29º | 0.91% | 0.18% | - |
| HSV(B) | 279.29º | 0.95% | 0.35% | - |
| XYZ | 3.61 | 1.72 | 9.37 | - |
| YUV | 30.02 | 160.72 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 4 | 88 | 0.33 | 0.95 | 0 | 0.65 | 279.29 | 0.91 | 0.18 |
| Hex | 3B | 4 | 58 | 21 | 5F | 0 | 41 | 117 | 5B | 12 |
| Octal | 73 | 4 | 130 | 41 | 137 | 0 | 101 | 427 | 133 | 22 |
| Binary | 111011 | 100 | 1011000 | 100001 | 1011111 | 0 | 1000001 | 100010111 | 1011011 | 10010 |
Color Harmonies of #3B0458
Complementary color
Monochromatic Colors of #3B0458
Black with #3B0458
Text Example
Text Example
White with #3B0458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0458; }
p { color: rgb(59,4,88); }
H1.HeaderClassName
{
color: #3B0458;
}
.AnyTagClassName
{
color: #3B0458;
}
</style>
background-color css
<style>
a { background-color: #3B0458; }
a { background-color: rgb(59,4,88); }
div.DivClassName
{
background-color: #3B0458;
}
.BgClassName
{
background-color: #3B0458;
}
</style>
border-color css
<style>
span { border-color: #3B0458; }
span { border-color: rgb(59,4,88); }
td.TdClassName
{
border-color: #3B0458;
}
.TagClassName
{
border-color: #3B0458;
}
</style>