Shades of Blackcurrant #3A084B
Tints of Blackcurrant #3A084B
RGB
CMYK
RGB Variations
Color information
#3A084B (or 0x3A084B) is known color: Blackcurrant. HEX triplet: 3A, 08 and 4B. RGB value is (58,8,75). Sum of RGB (Red+Green+Blue) = 58+8+75=141 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.13% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 75 (29.69% from 255 or 53.19% from 141); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A084B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A084B is #C5F7B4. Grayscale: #1E1E1E. Windows color (decimal): -12974005 or 4917306. OLE color: 4917306.
HSL color Cylindrical-coordinate representation of color #3A084B: hue angle of 284.78º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A084B is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 8 | 75 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.71 |
| HSL | 284.78º | 0.81% | 0.16% | - |
| HSV(B) | 284.78º | 0.89% | 0.29% | - |
| XYZ | 3.1 | 1.58 | 6.8 | - |
| YUV | 30.59 | 153.07 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 8 | 75 | 0.23 | 0.89 | 0 | 0.71 | 284.78 | 0.81 | 0.16 |
| Hex | 3A | 8 | 4B | 17 | 59 | 0 | 47 | 11D | 51 | 10 |
| Octal | 72 | 10 | 113 | 27 | 131 | 0 | 107 | 435 | 121 | 20 |
| Binary | 111010 | 1000 | 1001011 | 10111 | 1011001 | 0 | 1000111 | 100011101 | 1010001 | 10000 |
Color Harmonies of #3A084B
Complementary color
Monochromatic Colors of #3A084B
Black with #3A084B
Text Example
Text Example
White with #3A084B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A084B; }
p { color: rgb(58,8,75); }
H1.HeaderClassName
{
color: #3A084B;
}
.AnyTagClassName
{
color: #3A084B;
}
</style>
background-color css
<style>
a { background-color: #3A084B; }
a { background-color: rgb(58,8,75); }
div.DivClassName
{
background-color: #3A084B;
}
.BgClassName
{
background-color: #3A084B;
}
</style>
border-color css
<style>
span { border-color: #3A084B; }
span { border-color: rgb(58,8,75); }
td.TdClassName
{
border-color: #3A084B;
}
.TagClassName
{
border-color: #3A084B;
}
</style>