Shades of Blackcurrant #3B0951
Tints of Blackcurrant #3B0951
RGB
CMYK
RGB Variations
Color information
#3B0951 (or 0x3B0951) is known color: Blackcurrant. HEX triplet: 3B, 09 and 51. RGB value is (59,9,81). Sum of RGB (Red+Green+Blue) = 59+9+81=149 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.60% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 81 (32.03% from 255 or 54.36% from 149); Max value from RGB is 81 - color contains mainly: blue. Hex color #3B0951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0951 is #C4F6AE. Grayscale: #1F1F1F. Windows color (decimal): -12908207 or 5310779. OLE color: 5310779.
HSL color Cylindrical-coordinate representation of color #3B0951: hue angle of 281.67º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3B0951 is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 59 | 9 | 81 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.68 |
| HSL | 281.67º | 0.8% | 0.18% | - |
| HSV(B) | 281.67º | 0.89% | 0.32% | - |
| XYZ | 3.39 | 1.72 | 7.94 | - |
| YUV | 32.16 | 155.57 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 9 | 81 | 0.27 | 0.89 | 0 | 0.68 | 281.67 | 0.8 | 0.18 |
| Hex | 3B | 9 | 51 | 1B | 59 | 0 | 44 | 11A | 50 | 12 |
| Octal | 73 | 11 | 121 | 33 | 131 | 0 | 104 | 432 | 120 | 22 |
| Binary | 111011 | 1001 | 1010001 | 11011 | 1011001 | 0 | 1000100 | 100011010 | 1010000 | 10010 |
Color Harmonies of #3B0951
Complementary color
Monochromatic Colors of #3B0951
Black with #3B0951
Text Example
Text Example
White with #3B0951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0951; }
p { color: rgb(59,9,81); }
H1.HeaderClassName
{
color: #3B0951;
}
.AnyTagClassName
{
color: #3B0951;
}
</style>
background-color css
<style>
a { background-color: #3B0951; }
a { background-color: rgb(59,9,81); }
div.DivClassName
{
background-color: #3B0951;
}
.BgClassName
{
background-color: #3B0951;
}
</style>
border-color css
<style>
span { border-color: #3B0951; }
span { border-color: rgb(59,9,81); }
td.TdClassName
{
border-color: #3B0951;
}
.TagClassName
{
border-color: #3B0951;
}
</style>