Shades of Blackcurrant #3B0350
Tints of Blackcurrant #3B0350
RGB
CMYK
RGB Variations
Color information
#3B0350 (or 0x3B0350) is known color: Blackcurrant. HEX triplet: 3B, 03 and 50. RGB value is (59,3,80). Sum of RGB (Red+Green+Blue) = 59+3+80=142 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.55% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 80 (31.64% from 255 or 56.34% from 142); Max value from RGB is 80 - color contains mainly: blue. Hex color #3B0350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0350 is #C4FCAF. Grayscale: #1C1C1C. Windows color (decimal): -12909744 or 5243707. OLE color: 5243707.
HSL color Cylindrical-coordinate representation of color #3B0350: hue angle of 283.64º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3B0350 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 59 | 3 | 80 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.69 |
| HSL | 283.64º | 0.93% | 0.16% | - |
| HSV(B) | 283.64º | 0.96% | 0.31% | - |
| XYZ | 3.28 | 1.57 | 7.72 | - |
| YUV | 28.52 | 157.05 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 3 | 80 | 0.26 | 0.96 | 0 | 0.69 | 283.64 | 0.93 | 0.16 |
| Hex | 3B | 3 | 50 | 1A | 60 | 0 | 45 | 11C | 5D | 10 |
| Octal | 73 | 3 | 120 | 32 | 140 | 0 | 105 | 434 | 135 | 20 |
| Binary | 111011 | 11 | 1010000 | 11010 | 1100000 | 0 | 1000101 | 100011100 | 1011101 | 10000 |
Color Harmonies of #3B0350
Complementary color
Monochromatic Colors of #3B0350
Black with #3B0350
Text Example
Text Example
White with #3B0350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0350; }
p { color: rgb(59,3,80); }
H1.HeaderClassName
{
color: #3B0350;
}
.AnyTagClassName
{
color: #3B0350;
}
</style>
background-color css
<style>
a { background-color: #3B0350; }
a { background-color: rgb(59,3,80); }
div.DivClassName
{
background-color: #3B0350;
}
.BgClassName
{
background-color: #3B0350;
}
</style>
border-color css
<style>
span { border-color: #3B0350; }
span { border-color: rgb(59,3,80); }
td.TdClassName
{
border-color: #3B0350;
}
.TagClassName
{
border-color: #3B0350;
}
</style>