Shades of Blackcurrant #3B0947
Tints of Blackcurrant #3B0947
RGB
CMYK
RGB Variations
Color information
#3B0947 (or 0x3B0947) is known color: Blackcurrant. HEX triplet: 3B, 09 and 47. RGB value is (59,9,71). Sum of RGB (Red+Green+Blue) = 59+9+71=139 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.45% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 71 (28.12% from 255 or 51.08% from 139); Max value from RGB is 71 - color contains mainly: blue. Hex color #3B0947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0947 is #C4F6B8. Grayscale: #1E1E1E. Windows color (decimal): -12908217 or 4655419. OLE color: 4655419.
HSL color Cylindrical-coordinate representation of color #3B0947: hue angle of 288.39º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3B0947 is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 59 | 9 | 71 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.72 |
| HSL | 288.39º | 0.78% | 0.16% | - |
| HSV(B) | 288.39º | 0.87% | 0.28% | - |
| XYZ | 3.04 | 1.58 | 6.11 | - |
| YUV | 31.02 | 150.57 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 9 | 71 | 0.17 | 0.87 | 0 | 0.72 | 288.39 | 0.78 | 0.16 |
| Hex | 3B | 9 | 47 | 11 | 57 | 0 | 48 | 120 | 4E | 10 |
| Octal | 73 | 11 | 107 | 21 | 127 | 0 | 110 | 440 | 116 | 20 |
| Binary | 111011 | 1001 | 1000111 | 10001 | 1010111 | 0 | 1001000 | 100100000 | 1001110 | 10000 |
Color Harmonies of #3B0947
Complementary color
Monochromatic Colors of #3B0947
Black with #3B0947
Text Example
Text Example
White with #3B0947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0947; }
p { color: rgb(59,9,71); }
H1.HeaderClassName
{
color: #3B0947;
}
.AnyTagClassName
{
color: #3B0947;
}
</style>
background-color css
<style>
a { background-color: #3B0947; }
a { background-color: rgb(59,9,71); }
div.DivClassName
{
background-color: #3B0947;
}
.BgClassName
{
background-color: #3B0947;
}
</style>
border-color css
<style>
span { border-color: #3B0947; }
span { border-color: rgb(59,9,71); }
td.TdClassName
{
border-color: #3B0947;
}
.TagClassName
{
border-color: #3B0947;
}
</style>