Shades of Blackcurrant #3B1351
Tints of Blackcurrant #3B1351
RGB
CMYK
RGB Variations
Color information
#3B1351 (or 0x3B1351) is known color: Blackcurrant. HEX triplet: 3B, 13 and 51. RGB value is (59,19,81). Sum of RGB (Red+Green+Blue) = 59+19+81=159 (21% of max value = 765). Red value is 59 (23.44% from 255 or 37.11% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 81 (32.03% from 255 or 50.94% from 159); Max value from RGB is 81 - color contains mainly: blue. Hex color #3B1351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1351 is #C4ECAE. Grayscale: #252525. Windows color (decimal): -12905647 or 5313339. OLE color: 5313339.
HSL color Cylindrical-coordinate representation of color #3B1351: hue angle of 278.71º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B1351 is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 59 | 19 | 81 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.68 |
| HSL | 278.71º | 0.62% | 0.2% | - |
| HSV(B) | 278.71º | 0.77% | 0.32% | - |
| XYZ | 3.52 | 1.99 | 7.98 | - |
| YUV | 38.03 | 152.25 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 19 | 81 | 0.27 | 0.77 | 0 | 0.68 | 278.71 | 0.62 | 0.2 |
| Hex | 3B | 13 | 51 | 1B | 4D | 0 | 44 | 117 | 3E | 14 |
| Octal | 73 | 23 | 121 | 33 | 115 | 0 | 104 | 427 | 76 | 24 |
| Binary | 111011 | 10011 | 1010001 | 11011 | 1001101 | 0 | 1000100 | 100010111 | 111110 | 10100 |
Color Harmonies of #3B1351
Complementary color
Monochromatic Colors of #3B1351
Black with #3B1351
Text Example
Text Example
White with #3B1351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1351; }
p { color: rgb(59,19,81); }
H1.HeaderClassName
{
color: #3B1351;
}
.AnyTagClassName
{
color: #3B1351;
}
</style>
background-color css
<style>
a { background-color: #3B1351; }
a { background-color: rgb(59,19,81); }
div.DivClassName
{
background-color: #3B1351;
}
.BgClassName
{
background-color: #3B1351;
}
</style>
border-color css
<style>
span { border-color: #3B1351; }
span { border-color: rgb(59,19,81); }
td.TdClassName
{
border-color: #3B1351;
}
.TagClassName
{
border-color: #3B1351;
}
</style>