Shades of Blackcurrant #3B1650
Tints of Blackcurrant #3B1650
RGB
CMYK
RGB Variations
Color information
#3B1650 (or 0x3B1650) is known color: Blackcurrant. HEX triplet: 3B, 16 and 50. RGB value is (59,22,80). Sum of RGB (Red+Green+Blue) = 59+22+80=161 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.65% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #3B1650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1650 is #C4E9AF. Grayscale: #272727. Windows color (decimal): -12904880 or 5248571. OLE color: 5248571.
HSL color Cylindrical-coordinate representation of color #3B1650: hue angle of 278.28º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B1650 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 59 | 22 | 80 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.69 |
| HSL | 278.28º | 0.57% | 0.2% | - |
| HSV(B) | 278.28º | 0.73% | 0.31% | - |
| XYZ | 3.54 | 2.08 | 7.8 | - |
| YUV | 39.68 | 150.76 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 22 | 80 | 0.26 | 0.72 | 0 | 0.69 | 278.28 | 0.57 | 0.2 |
| Hex | 3B | 16 | 50 | 1A | 48 | 0 | 45 | 116 | 39 | 14 |
| Octal | 73 | 26 | 120 | 32 | 110 | 0 | 105 | 426 | 71 | 24 |
| Binary | 111011 | 10110 | 1010000 | 11010 | 1001000 | 0 | 1000101 | 100010110 | 111001 | 10100 |
Color Harmonies of #3B1650
Complementary color
Monochromatic Colors of #3B1650
Black with #3B1650
Text Example
Text Example
White with #3B1650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1650; }
p { color: rgb(59,22,80); }
H1.HeaderClassName
{
color: #3B1650;
}
.AnyTagClassName
{
color: #3B1650;
}
</style>
background-color css
<style>
a { background-color: #3B1650; }
a { background-color: rgb(59,22,80); }
div.DivClassName
{
background-color: #3B1650;
}
.BgClassName
{
background-color: #3B1650;
}
</style>
border-color css
<style>
span { border-color: #3B1650; }
span { border-color: rgb(59,22,80); }
td.TdClassName
{
border-color: #3B1650;
}
.TagClassName
{
border-color: #3B1650;
}
</style>