Shades of Blackcurrant #3B014D
Tints of Blackcurrant #3B014D
RGB
CMYK
RGB Variations
Color information
#3B014D (or 0x3B014D) is known color: Blackcurrant. HEX triplet: 3B, 01 and 4D. RGB value is (59,1,77). Sum of RGB (Red+Green+Blue) = 59+1+77=137 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.07% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 77 (30.47% from 255 or 56.20% from 137); Max value from RGB is 77 - color contains mainly: blue. Hex color #3B014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B014D is #C4FEB2. Grayscale: #1A1A1A. Windows color (decimal): -12910259 or 5046587. OLE color: 5046587.
HSL color Cylindrical-coordinate representation of color #3B014D: hue angle of 285.79º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B014D is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 1 | 77 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.70 |
| HSL | 285.79º | 0.97% | 0.15% | - |
| HSV(B) | 285.79º | 0.99% | 0.3% | - |
| XYZ | 3.15 | 1.49 | 7.14 | - |
| YUV | 27.01 | 156.22 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 1 | 77 | 0.23 | 0.99 | 0 | 0.70 | 285.79 | 0.97 | 0.15 |
| Hex | 3B | 1 | 4D | 17 | 63 | 0 | 46 | 11E | 61 | F |
| Octal | 73 | 1 | 115 | 27 | 143 | 0 | 106 | 436 | 141 | 17 |
| Binary | 111011 | 1 | 1001101 | 10111 | 1100011 | 0 | 1000110 | 100011110 | 1100001 | 1111 |
Color Harmonies of #3B014D
Complementary color
Monochromatic Colors of #3B014D
Black with #3B014D
Text Example
Text Example
White with #3B014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B014D; }
p { color: rgb(59,1,77); }
H1.HeaderClassName
{
color: #3B014D;
}
.AnyTagClassName
{
color: #3B014D;
}
</style>
background-color css
<style>
a { background-color: #3B014D; }
a { background-color: rgb(59,1,77); }
div.DivClassName
{
background-color: #3B014D;
}
.BgClassName
{
background-color: #3B014D;
}
</style>
border-color css
<style>
span { border-color: #3B014D; }
span { border-color: rgb(59,1,77); }
td.TdClassName
{
border-color: #3B014D;
}
.TagClassName
{
border-color: #3B014D;
}
</style>