Shades of Blackcurrant #3B0054
Tints of Blackcurrant #3B0054
RGB
CMYK
RGB Variations
Color information
#3B0054 (or 0x3B0054) is known color: Blackcurrant. HEX triplet: 3B, 00 and 54. RGB value is (59,0,84). Sum of RGB (Red+Green+Blue) = 59+0+84=143 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.26% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 84 (33.20% from 255 or 58.74% from 143); Max value from RGB is 84 - color contains mainly: blue. Hex color #3B0054 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0054 is #C4FFAB. Grayscale: #1A1A1A. Windows color (decimal): -12910508 or 5505083. OLE color: 5505083.
HSL color Cylindrical-coordinate representation of color #3B0054: hue angle of 282.14º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B0054 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 0 | 84 | - |
| CMYK | 0.30 | 1 | 0 | 0.67 |
| HSL | 282.14º | 1% | 0.16% | - |
| HSV(B) | 282.14º | 1% | 0.33% | - |
| XYZ | 3.4 | 1.57 | 8.51 | - |
| YUV | 27.22 | 160.05 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 0 | 84 | 0.30 | 1 | 0 | 0.67 | 282.14 | 1 | 0.16 |
| Hex | 3B | 0 | 54 | 1E | 64 | 0 | 43 | 11A | 64 | 10 |
| Octal | 73 | 0 | 124 | 36 | 144 | 0 | 103 | 432 | 144 | 20 |
| Binary | 111011 | 0 | 1010100 | 11110 | 1100100 | 0 | 1000011 | 100011010 | 1100100 | 10000 |
Color Harmonies of #3B0054
Complementary color
Monochromatic Colors of #3B0054
Black with #3B0054
Text Example
Text Example
White with #3B0054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0054; }
p { color: rgb(59,0,84); }
H1.HeaderClassName
{
color: #3B0054;
}
.AnyTagClassName
{
color: #3B0054;
}
</style>
background-color css
<style>
a { background-color: #3B0054; }
a { background-color: rgb(59,0,84); }
div.DivClassName
{
background-color: #3B0054;
}
.BgClassName
{
background-color: #3B0054;
}
</style>
border-color css
<style>
span { border-color: #3B0054; }
span { border-color: rgb(59,0,84); }
td.TdClassName
{
border-color: #3B0054;
}
.TagClassName
{
border-color: #3B0054;
}
</style>