Shades of Blackcurrant #3B014C
Tints of Blackcurrant #3B014C
RGB
CMYK
RGB Variations
Color information
#3B014C (or 0x3B014C) is known color: Blackcurrant. HEX triplet: 3B, 01 and 4C. RGB value is (59,1,76). Sum of RGB (Red+Green+Blue) = 59+1+76=136 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.38% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 76 (30.08% from 255 or 55.88% from 136); Max value from RGB is 76 - color contains mainly: blue. Hex color #3B014C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B014C is #C4FEB3. Grayscale: #1A1A1A. Windows color (decimal): -12910260 or 4981051. OLE color: 4981051.
HSL color Cylindrical-coordinate representation of color #3B014C: hue angle of 286.4º 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 #3B014C is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 1 | 76 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.70 |
| HSL | 286.4º | 0.97% | 0.15% | - |
| HSV(B) | 286.4º | 0.99% | 0.3% | - |
| XYZ | 3.12 | 1.47 | 6.96 | - |
| YUV | 26.89 | 155.72 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 1 | 76 | 0.22 | 0.99 | 0 | 0.70 | 286.4 | 0.97 | 0.15 |
| Hex | 3B | 1 | 4C | 16 | 63 | 0 | 46 | 11E | 61 | F |
| Octal | 73 | 1 | 114 | 26 | 143 | 0 | 106 | 436 | 141 | 17 |
| Binary | 111011 | 1 | 1001100 | 10110 | 1100011 | 0 | 1000110 | 100011110 | 1100001 | 1111 |
Color Harmonies of #3B014C
Complementary color
Monochromatic Colors of #3B014C
Black with #3B014C
Text Example
Text Example
White with #3B014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B014C; }
p { color: rgb(59,1,76); }
H1.HeaderClassName
{
color: #3B014C;
}
.AnyTagClassName
{
color: #3B014C;
}
</style>
background-color css
<style>
a { background-color: #3B014C; }
a { background-color: rgb(59,1,76); }
div.DivClassName
{
background-color: #3B014C;
}
.BgClassName
{
background-color: #3B014C;
}
</style>
border-color css
<style>
span { border-color: #3B014C; }
span { border-color: rgb(59,1,76); }
td.TdClassName
{
border-color: #3B014C;
}
.TagClassName
{
border-color: #3B014C;
}
</style>