Shades of Blackcurrant #3D0447
Tints of Blackcurrant #3D0447
RGB
CMYK
RGB Variations
Color information
#3D0447 (or 0x3D0447) is known color: Blackcurrant. HEX triplet: 3D, 04 and 47. RGB value is (61,4,71). Sum of RGB (Red+Green+Blue) = 61+4+71=136 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.85% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 71 (28.12% from 255 or 52.21% from 136); Max value from RGB is 71 - color contains mainly: blue. Hex color #3D0447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0447 is #C2FBB8. Grayscale: #1C1C1C. Windows color (decimal): -12778425 or 4654141. OLE color: 4654141.
HSL color Cylindrical-coordinate representation of color #3D0447: hue angle of 291.04º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3D0447 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 4 | 71 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.72 |
| HSL | 291.04º | 0.89% | 0.15% | - |
| HSV(B) | 291.04º | 0.94% | 0.28% | - |
| XYZ | 3.11 | 1.53 | 6.09 | - |
| YUV | 28.68 | 151.88 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 4 | 71 | 0.14 | 0.94 | 0 | 0.72 | 291.04 | 0.89 | 0.15 |
| Hex | 3D | 4 | 47 | E | 5E | 0 | 48 | 123 | 59 | F |
| Octal | 75 | 4 | 107 | 16 | 136 | 0 | 110 | 443 | 131 | 17 |
| Binary | 111101 | 100 | 1000111 | 1110 | 1011110 | 0 | 1001000 | 100100011 | 1011001 | 1111 |
Color Harmonies of #3D0447
Complementary color
Monochromatic Colors of #3D0447
Black with #3D0447
Text Example
Text Example
White with #3D0447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0447; }
p { color: rgb(61,4,71); }
H1.HeaderClassName
{
color: #3D0447;
}
.AnyTagClassName
{
color: #3D0447;
}
</style>
background-color css
<style>
a { background-color: #3D0447; }
a { background-color: rgb(61,4,71); }
div.DivClassName
{
background-color: #3D0447;
}
.BgClassName
{
background-color: #3D0447;
}
</style>
border-color css
<style>
span { border-color: #3D0447; }
span { border-color: rgb(61,4,71); }
td.TdClassName
{
border-color: #3D0447;
}
.TagClassName
{
border-color: #3D0447;
}
</style>