Shades of Blackcurrant #3B054C
Tints of Blackcurrant #3B054C
RGB
CMYK
RGB Variations
Color information
#3B054C (or 0x3B054C) is known color: Blackcurrant. HEX triplet: 3B, 05 and 4C. RGB value is (59,5,76). Sum of RGB (Red+Green+Blue) = 59+5+76=140 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.14% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 76 (30.08% from 255 or 54.29% from 140); Max value from RGB is 76 - color contains mainly: blue. Hex color #3B054C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B054C is #C4FAB3. Grayscale: #1D1D1D. Windows color (decimal): -12909236 or 4982075. OLE color: 4982075.
HSL color Cylindrical-coordinate representation of color #3B054C: hue angle of 285.63º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B054C is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 5 | 76 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.70 |
| HSL | 285.63º | 0.88% | 0.16% | - |
| HSV(B) | 285.63º | 0.93% | 0.3% | - |
| XYZ | 3.16 | 1.56 | 6.97 | - |
| YUV | 29.24 | 154.39 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 5 | 76 | 0.22 | 0.93 | 0 | 0.70 | 285.63 | 0.88 | 0.16 |
| Hex | 3B | 5 | 4C | 16 | 5D | 0 | 46 | 11E | 58 | 10 |
| Octal | 73 | 5 | 114 | 26 | 135 | 0 | 106 | 436 | 130 | 20 |
| Binary | 111011 | 101 | 1001100 | 10110 | 1011101 | 0 | 1000110 | 100011110 | 1011000 | 10000 |
Color Harmonies of #3B054C
Complementary color
Monochromatic Colors of #3B054C
Black with #3B054C
Text Example
Text Example
White with #3B054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B054C; }
p { color: rgb(59,5,76); }
H1.HeaderClassName
{
color: #3B054C;
}
.AnyTagClassName
{
color: #3B054C;
}
</style>
background-color css
<style>
a { background-color: #3B054C; }
a { background-color: rgb(59,5,76); }
div.DivClassName
{
background-color: #3B054C;
}
.BgClassName
{
background-color: #3B054C;
}
</style>
border-color css
<style>
span { border-color: #3B054C; }
span { border-color: rgb(59,5,76); }
td.TdClassName
{
border-color: #3B054C;
}
.TagClassName
{
border-color: #3B054C;
}
</style>