Shades of Blackcurrant #3D1047
Tints of Blackcurrant #3D1047
RGB
CMYK
RGB Variations
Color information
#3D1047 (or 0x3D1047) is known color: Blackcurrant. HEX triplet: 3D, 10 and 47. RGB value is (61,16,71). Sum of RGB (Red+Green+Blue) = 61+16+71=148 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.22% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 71 (28.12% from 255 or 47.97% from 148); Max value from RGB is 71 - color contains mainly: blue. Hex color #3D1047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1047 is #C2EFB8. Grayscale: #232323. Windows color (decimal): -12775353 or 4657213. OLE color: 4657213.
HSL color Cylindrical-coordinate representation of color #3D1047: hue angle of 289.09º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D1047 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 16 | 71 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.72 |
| HSL | 289.09º | 0.63% | 0.17% | - |
| HSV(B) | 289.09º | 0.77% | 0.28% | - |
| XYZ | 3.25 | 1.82 | 6.14 | - |
| YUV | 35.73 | 147.91 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 16 | 71 | 0.14 | 0.77 | 0 | 0.72 | 289.09 | 0.63 | 0.17 |
| Hex | 3D | 10 | 47 | E | 4D | 0 | 48 | 121 | 3F | 11 |
| Octal | 75 | 20 | 107 | 16 | 115 | 0 | 110 | 441 | 77 | 21 |
| Binary | 111101 | 10000 | 1000111 | 1110 | 1001101 | 0 | 1001000 | 100100001 | 111111 | 10001 |
Color Harmonies of #3D1047
Complementary color
Monochromatic Colors of #3D1047
Black with #3D1047
Text Example
Text Example
White with #3D1047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1047; }
p { color: rgb(61,16,71); }
H1.HeaderClassName
{
color: #3D1047;
}
.AnyTagClassName
{
color: #3D1047;
}
</style>
background-color css
<style>
a { background-color: #3D1047; }
a { background-color: rgb(61,16,71); }
div.DivClassName
{
background-color: #3D1047;
}
.BgClassName
{
background-color: #3D1047;
}
</style>
border-color css
<style>
span { border-color: #3D1047; }
span { border-color: rgb(61,16,71); }
td.TdClassName
{
border-color: #3D1047;
}
.TagClassName
{
border-color: #3D1047;
}
</style>