Shades of Blackcurrant #3A1451
Tints of Blackcurrant #3A1451
RGB
CMYK
RGB Variations
Color information
#3A1451 (or 0x3A1451) is known color: Blackcurrant. HEX triplet: 3A, 14 and 51. RGB value is (58,20,81). Sum of RGB (Red+Green+Blue) = 58+20+81=159 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.48% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 81 (32.03% from 255 or 50.94% from 159); Max value from RGB is 81 - color contains mainly: blue. Hex color #3A1451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1451 is #C5EBAE. Grayscale: #262626. Windows color (decimal): -12970927 or 5313594. OLE color: 5313594.
HSL color Cylindrical-coordinate representation of color #3A1451: hue angle of 277.38º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A1451 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 20 | 81 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.68 |
| HSL | 277.38º | 0.6% | 0.2% | - |
| HSV(B) | 277.38º | 0.75% | 0.32% | - |
| XYZ | 3.48 | 1.99 | 7.99 | - |
| YUV | 38.32 | 152.09 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 20 | 81 | 0.28 | 0.75 | 0 | 0.68 | 277.38 | 0.6 | 0.2 |
| Hex | 3A | 14 | 51 | 1C | 4B | 0 | 44 | 115 | 3C | 14 |
| Octal | 72 | 24 | 121 | 34 | 113 | 0 | 104 | 425 | 74 | 24 |
| Binary | 111010 | 10100 | 1010001 | 11100 | 1001011 | 0 | 1000100 | 100010101 | 111100 | 10100 |
Color Harmonies of #3A1451
Complementary color
Monochromatic Colors of #3A1451
Black with #3A1451
Text Example
Text Example
White with #3A1451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1451; }
p { color: rgb(58,20,81); }
H1.HeaderClassName
{
color: #3A1451;
}
.AnyTagClassName
{
color: #3A1451;
}
</style>
background-color css
<style>
a { background-color: #3A1451; }
a { background-color: rgb(58,20,81); }
div.DivClassName
{
background-color: #3A1451;
}
.BgClassName
{
background-color: #3A1451;
}
</style>
border-color css
<style>
span { border-color: #3A1451; }
span { border-color: rgb(58,20,81); }
td.TdClassName
{
border-color: #3A1451;
}
.TagClassName
{
border-color: #3A1451;
}
</style>