Shades of Blackcurrant #3B0259
Tints of Blackcurrant #3B0259
RGB
CMYK
RGB Variations
Color information
#3B0259 (or 0x3B0259) is known color: Blackcurrant. HEX triplet: 3B, 02 and 59. RGB value is (59,2,89). Sum of RGB (Red+Green+Blue) = 59+2+89=150 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.33% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 89 (35.16% from 255 or 59.33% from 150); Max value from RGB is 89 - color contains mainly: blue. Hex color #3B0259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0259 is #C4FDA6. Grayscale: #1C1C1C. Windows color (decimal): -12909991 or 5833275. OLE color: 5833275.
HSL color Cylindrical-coordinate representation of color #3B0259: hue angle of 279.31º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B0259 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 2 | 89 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.65 |
| HSL | 279.31º | 0.96% | 0.18% | - |
| HSV(B) | 279.31º | 0.98% | 0.35% | - |
| XYZ | 3.63 | 1.69 | 9.59 | - |
| YUV | 28.96 | 161.88 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 2 | 89 | 0.34 | 0.98 | 0 | 0.65 | 279.31 | 0.96 | 0.18 |
| Hex | 3B | 2 | 59 | 22 | 62 | 0 | 41 | 117 | 60 | 12 |
| Octal | 73 | 2 | 131 | 42 | 142 | 0 | 101 | 427 | 140 | 22 |
| Binary | 111011 | 10 | 1011001 | 100010 | 1100010 | 0 | 1000001 | 100010111 | 1100000 | 10010 |
Color Harmonies of #3B0259
Complementary color
Monochromatic Colors of #3B0259
Black with #3B0259
Text Example
Text Example
White with #3B0259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0259; }
p { color: rgb(59,2,89); }
H1.HeaderClassName
{
color: #3B0259;
}
.AnyTagClassName
{
color: #3B0259;
}
</style>
background-color css
<style>
a { background-color: #3B0259; }
a { background-color: rgb(59,2,89); }
div.DivClassName
{
background-color: #3B0259;
}
.BgClassName
{
background-color: #3B0259;
}
</style>
border-color css
<style>
span { border-color: #3B0259; }
span { border-color: rgb(59,2,89); }
td.TdClassName
{
border-color: #3B0259;
}
.TagClassName
{
border-color: #3B0259;
}
</style>