Shades of Blackcurrant #3B0450
Tints of Blackcurrant #3B0450
RGB
CMYK
RGB Variations
Color information
#3B0450 (or 0x3B0450) is known color: Blackcurrant. HEX triplet: 3B, 04 and 50. RGB value is (59,4,80). Sum of RGB (Red+Green+Blue) = 59+4+80=143 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.26% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 80 (31.64% from 255 or 55.94% from 143); Max value from RGB is 80 - color contains mainly: blue. Hex color #3B0450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0450 is #C4FBAF. Grayscale: #1C1C1C. Windows color (decimal): -12909488 or 5243963. OLE color: 5243963.
HSL color Cylindrical-coordinate representation of color #3B0450: hue angle of 283.42º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B0450 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 59 | 4 | 80 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.69 |
| HSL | 283.42º | 0.9% | 0.16% | - |
| HSV(B) | 283.42º | 0.95% | 0.31% | - |
| XYZ | 3.3 | 1.6 | 7.72 | - |
| YUV | 29.11 | 156.72 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 4 | 80 | 0.26 | 0.95 | 0 | 0.69 | 283.42 | 0.9 | 0.16 |
| Hex | 3B | 4 | 50 | 1A | 5F | 0 | 45 | 11B | 5A | 10 |
| Octal | 73 | 4 | 120 | 32 | 137 | 0 | 105 | 433 | 132 | 20 |
| Binary | 111011 | 100 | 1010000 | 11010 | 1011111 | 0 | 1000101 | 100011011 | 1011010 | 10000 |
Color Harmonies of #3B0450
Complementary color
Monochromatic Colors of #3B0450
Black with #3B0450
Text Example
Text Example
White with #3B0450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0450; }
p { color: rgb(59,4,80); }
H1.HeaderClassName
{
color: #3B0450;
}
.AnyTagClassName
{
color: #3B0450;
}
</style>
background-color css
<style>
a { background-color: #3B0450; }
a { background-color: rgb(59,4,80); }
div.DivClassName
{
background-color: #3B0450;
}
.BgClassName
{
background-color: #3B0450;
}
</style>
border-color css
<style>
span { border-color: #3B0450; }
span { border-color: rgb(59,4,80); }
td.TdClassName
{
border-color: #3B0450;
}
.TagClassName
{
border-color: #3B0450;
}
</style>