Shades of Blackcurrant #3B084B
Tints of Blackcurrant #3B084B
RGB
CMYK
RGB Variations
Color information
#3B084B (or 0x3B084B) is known color: Blackcurrant. HEX triplet: 3B, 08 and 4B. RGB value is (59,8,75). Sum of RGB (Red+Green+Blue) = 59+8+75=142 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.55% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #3B084B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B084B is #C4F7B4. Grayscale: #1E1E1E. Windows color (decimal): -12908469 or 4917307. OLE color: 4917307.
HSL color Cylindrical-coordinate representation of color #3B084B: hue angle of 285.67º 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 #3B084B is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 8 | 75 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.71 |
| HSL | 285.67º | 0.81% | 0.16% | - |
| HSV(B) | 285.67º | 0.89% | 0.29% | - |
| XYZ | 3.16 | 1.61 | 6.8 | - |
| YUV | 30.89 | 152.9 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 8 | 75 | 0.21 | 0.89 | 0 | 0.71 | 285.67 | 0.81 | 0.16 |
| Hex | 3B | 8 | 4B | 15 | 59 | 0 | 47 | 11E | 51 | 10 |
| Octal | 73 | 10 | 113 | 25 | 131 | 0 | 107 | 436 | 121 | 20 |
| Binary | 111011 | 1000 | 1001011 | 10101 | 1011001 | 0 | 1000111 | 100011110 | 1010001 | 10000 |
Color Harmonies of #3B084B
Complementary color
Monochromatic Colors of #3B084B
Black with #3B084B
Text Example
Text Example
White with #3B084B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B084B; }
p { color: rgb(59,8,75); }
H1.HeaderClassName
{
color: #3B084B;
}
.AnyTagClassName
{
color: #3B084B;
}
</style>
background-color css
<style>
a { background-color: #3B084B; }
a { background-color: rgb(59,8,75); }
div.DivClassName
{
background-color: #3B084B;
}
.BgClassName
{
background-color: #3B084B;
}
</style>
border-color css
<style>
span { border-color: #3B084B; }
span { border-color: rgb(59,8,75); }
td.TdClassName
{
border-color: #3B084B;
}
.TagClassName
{
border-color: #3B084B;
}
</style>