Shades of Blackcurrant #3D1547
Tints of Blackcurrant #3D1547
RGB
CMYK
RGB Variations
Color information
#3D1547 (or 0x3D1547) is known color: Blackcurrant. HEX triplet: 3D, 15 and 47. RGB value is (61,21,71). Sum of RGB (Red+Green+Blue) = 61+21+71=153 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.87% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 71 (28.12% from 255 or 46.41% from 153); Max value from RGB is 71 - color contains mainly: blue. Hex color #3D1547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1547 is #C2EAB8. Grayscale: #262626. Windows color (decimal): -12774073 or 4658493. OLE color: 4658493.
HSL color Cylindrical-coordinate representation of color #3D1547: hue angle of 288º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D1547 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 21 | 71 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.72 |
| HSL | 288º | 0.54% | 0.18% | - |
| HSV(B) | 288º | 0.7% | 0.28% | - |
| XYZ | 3.33 | 1.98 | 6.17 | - |
| YUV | 38.66 | 146.25 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 21 | 71 | 0.14 | 0.70 | 0 | 0.72 | 288 | 0.54 | 0.18 |
| Hex | 3D | 15 | 47 | E | 46 | 0 | 48 | 120 | 36 | 12 |
| Octal | 75 | 25 | 107 | 16 | 106 | 0 | 110 | 440 | 66 | 22 |
| Binary | 111101 | 10101 | 1000111 | 1110 | 1000110 | 0 | 1001000 | 100100000 | 110110 | 10010 |
Color Harmonies of #3D1547
Complementary color
Monochromatic Colors of #3D1547
Black with #3D1547
Text Example
Text Example
White with #3D1547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1547; }
p { color: rgb(61,21,71); }
H1.HeaderClassName
{
color: #3D1547;
}
.AnyTagClassName
{
color: #3D1547;
}
</style>
background-color css
<style>
a { background-color: #3D1547; }
a { background-color: rgb(61,21,71); }
div.DivClassName
{
background-color: #3D1547;
}
.BgClassName
{
background-color: #3D1547;
}
</style>
border-color css
<style>
span { border-color: #3D1547; }
span { border-color: rgb(61,21,71); }
td.TdClassName
{
border-color: #3D1547;
}
.TagClassName
{
border-color: #3D1547;
}
</style>