Shades of Blackcurrant #3B0148
Tints of Blackcurrant #3B0148
RGB
CMYK
RGB Variations
Color information
#3B0148 (or 0x3B0148) is known color: Blackcurrant. HEX triplet: 3B, 01 and 48. RGB value is (59,1,72). Sum of RGB (Red+Green+Blue) = 59+1+72=132 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.70% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 72 (28.52% from 255 or 54.55% from 132); Max value from RGB is 72 - color contains mainly: blue. Hex color #3B0148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0148 is #C4FEB7. Grayscale: #1A1A1A. Windows color (decimal): -12910264 or 4718907. OLE color: 4718907.
HSL color Cylindrical-coordinate representation of color #3B0148: hue angle of 289.01º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B0148 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 59 | 1 | 72 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.72 |
| HSL | 289.01º | 0.97% | 0.14% | - |
| HSV(B) | 289.01º | 0.99% | 0.28% | - |
| XYZ | 2.98 | 1.42 | 6.25 | - |
| YUV | 26.44 | 153.72 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 1 | 72 | 0.18 | 0.99 | 0 | 0.72 | 289.01 | 0.97 | 0.14 |
| Hex | 3B | 1 | 48 | 12 | 63 | 0 | 48 | 121 | 61 | E |
| Octal | 73 | 1 | 110 | 22 | 143 | 0 | 110 | 441 | 141 | 16 |
| Binary | 111011 | 1 | 1001000 | 10010 | 1100011 | 0 | 1001000 | 100100001 | 1100001 | 1110 |
Color Harmonies of #3B0148
Complementary color
Monochromatic Colors of #3B0148
Black with #3B0148
Text Example
Text Example
White with #3B0148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0148; }
p { color: rgb(59,1,72); }
H1.HeaderClassName
{
color: #3B0148;
}
.AnyTagClassName
{
color: #3B0148;
}
</style>
background-color css
<style>
a { background-color: #3B0148; }
a { background-color: rgb(59,1,72); }
div.DivClassName
{
background-color: #3B0148;
}
.BgClassName
{
background-color: #3B0148;
}
</style>
border-color css
<style>
span { border-color: #3B0148; }
span { border-color: rgb(59,1,72); }
td.TdClassName
{
border-color: #3B0148;
}
.TagClassName
{
border-color: #3B0148;
}
</style>