Shades of Blackcurrant #3B0159
Tints of Blackcurrant #3B0159
RGB
CMYK
RGB Variations
Color information
#3B0159 (or 0x3B0159) is known color: Blackcurrant. HEX triplet: 3B, 01 and 59. RGB value is (59,1,89). Sum of RGB (Red+Green+Blue) = 59+1+89=149 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.60% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 89 (35.16% from 255 or 59.73% from 149); Max value from RGB is 89 - color contains mainly: blue. Hex color #3B0159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0159 is #C4FEA6. Grayscale: #1C1C1C. Windows color (decimal): -12910247 or 5833019. OLE color: 5833019.
HSL color Cylindrical-coordinate representation of color #3B0159: hue angle of 279.55º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B0159 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 1 | 89 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.65 |
| HSL | 279.55º | 0.98% | 0.18% | - |
| HSV(B) | 279.55º | 0.99% | 0.35% | - |
| XYZ | 3.62 | 1.67 | 9.58 | - |
| YUV | 28.37 | 162.22 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 1 | 89 | 0.34 | 0.99 | 0 | 0.65 | 279.55 | 0.98 | 0.18 |
| Hex | 3B | 1 | 59 | 22 | 63 | 0 | 41 | 118 | 62 | 12 |
| Octal | 73 | 1 | 131 | 42 | 143 | 0 | 101 | 430 | 142 | 22 |
| Binary | 111011 | 1 | 1011001 | 100010 | 1100011 | 0 | 1000001 | 100011000 | 1100010 | 10010 |
Color Harmonies of #3B0159
Complementary color
Monochromatic Colors of #3B0159
Black with #3B0159
Text Example
Text Example
White with #3B0159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0159; }
p { color: rgb(59,1,89); }
H1.HeaderClassName
{
color: #3B0159;
}
.AnyTagClassName
{
color: #3B0159;
}
</style>
background-color css
<style>
a { background-color: #3B0159; }
a { background-color: rgb(59,1,89); }
div.DivClassName
{
background-color: #3B0159;
}
.BgClassName
{
background-color: #3B0159;
}
</style>
border-color css
<style>
span { border-color: #3B0159; }
span { border-color: rgb(59,1,89); }
td.TdClassName
{
border-color: #3B0159;
}
.TagClassName
{
border-color: #3B0159;
}
</style>