Shades of Blackcurrant #3A1651
Tints of Blackcurrant #3A1651
RGB
CMYK
RGB Variations
Color information
#3A1651 (or 0x3A1651) is known color: Blackcurrant. HEX triplet: 3A, 16 and 51. RGB value is (58,22,81). Sum of RGB (Red+Green+Blue) = 58+22+81=161 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.02% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #3A1651 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1651 is #C5E9AE. Grayscale: #272727. Windows color (decimal): -12970415 or 5314106. OLE color: 5314106.
HSL color Cylindrical-coordinate representation of color #3A1651: hue angle of 276.61º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A1651 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 22 | 81 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.68 |
| HSL | 276.61º | 0.57% | 0.2% | - |
| HSV(B) | 276.61º | 0.73% | 0.32% | - |
| XYZ | 3.52 | 2.07 | 8 | - |
| YUV | 39.49 | 151.43 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 22 | 81 | 0.28 | 0.73 | 0 | 0.68 | 276.61 | 0.57 | 0.2 |
| Hex | 3A | 16 | 51 | 1C | 49 | 0 | 44 | 115 | 39 | 14 |
| Octal | 72 | 26 | 121 | 34 | 111 | 0 | 104 | 425 | 71 | 24 |
| Binary | 111010 | 10110 | 1010001 | 11100 | 1001001 | 0 | 1000100 | 100010101 | 111001 | 10100 |
Color Harmonies of #3A1651
Complementary color
Monochromatic Colors of #3A1651
Black with #3A1651
Text Example
Text Example
White with #3A1651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1651; }
p { color: rgb(58,22,81); }
H1.HeaderClassName
{
color: #3A1651;
}
.AnyTagClassName
{
color: #3A1651;
}
</style>
background-color css
<style>
a { background-color: #3A1651; }
a { background-color: rgb(58,22,81); }
div.DivClassName
{
background-color: #3A1651;
}
.BgClassName
{
background-color: #3A1651;
}
</style>
border-color css
<style>
span { border-color: #3A1651; }
span { border-color: rgb(58,22,81); }
td.TdClassName
{
border-color: #3A1651;
}
.TagClassName
{
border-color: #3A1651;
}
</style>