Shades of Blackcurrant #3B1A46
Tints of Blackcurrant #3B1A46
RGB
CMYK
RGB Variations
Color information
#3B1A46 (or 0x3B1A46) is known color: Blackcurrant. HEX triplet: 3B, 1A and 46. RGB value is (59,26,70). Sum of RGB (Red+Green+Blue) = 59+26+70=155 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.06% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 70 (27.73% from 255 or 45.16% from 155); Max value from RGB is 70 - color contains mainly: blue. Hex color #3B1A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1A46 is #C4E5B9. Grayscale: #282828. Windows color (decimal): -12903866 or 4594235. OLE color: 4594235.
HSL color Cylindrical-coordinate representation of color #3B1A46: hue angle of 285º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B1A46 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 26 | 70 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.73 |
| HSL | 285º | 0.46% | 0.19% | - |
| HSV(B) | 285º | 0.63% | 0.27% | - |
| XYZ | 3.28 | 2.11 | 6.03 | - |
| YUV | 40.88 | 144.43 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 26 | 70 | 0.16 | 0.63 | 0 | 0.73 | 285 | 0.46 | 0.19 |
| Hex | 3B | 1A | 46 | 10 | 3F | 0 | 49 | 11D | 2E | 13 |
| Octal | 73 | 32 | 106 | 20 | 77 | 0 | 111 | 435 | 56 | 23 |
| Binary | 111011 | 11010 | 1000110 | 10000 | 111111 | 0 | 1001001 | 100011101 | 101110 | 10011 |
Color Harmonies of #3B1A46
Complementary color
Monochromatic Colors of #3B1A46
Black with #3B1A46
Text Example
Text Example
White with #3B1A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1A46; }
p { color: rgb(59,26,70); }
H1.HeaderClassName
{
color: #3B1A46;
}
.AnyTagClassName
{
color: #3B1A46;
}
</style>
background-color css
<style>
a { background-color: #3B1A46; }
a { background-color: rgb(59,26,70); }
div.DivClassName
{
background-color: #3B1A46;
}
.BgClassName
{
background-color: #3B1A46;
}
</style>
border-color css
<style>
span { border-color: #3B1A46; }
span { border-color: rgb(59,26,70); }
td.TdClassName
{
border-color: #3B1A46;
}
.TagClassName
{
border-color: #3B1A46;
}
</style>