Shades of Blackcurrant #3D0147
Tints of Blackcurrant #3D0147
RGB
CMYK
RGB Variations
Color information
#3D0147 (or 0x3D0147) is known color: Blackcurrant. HEX triplet: 3D, 01 and 47. RGB value is (61,1,71). Sum of RGB (Red+Green+Blue) = 61+1+71=133 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.86% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 71 (28.12% from 255 or 53.38% from 133); Max value from RGB is 71 - color contains mainly: blue. Hex color #3D0147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0147 is #C2FEB8. Grayscale: #1A1A1A. Windows color (decimal): -12779193 or 4653373. OLE color: 4653373.
HSL color Cylindrical-coordinate representation of color #3D0147: hue angle of 291.43º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3D0147 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 1 | 71 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.72 |
| HSL | 291.43º | 0.97% | 0.14% | - |
| HSV(B) | 291.43º | 0.99% | 0.28% | - |
| XYZ | 3.07 | 1.47 | 6.08 | - |
| YUV | 26.92 | 152.88 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 1 | 71 | 0.14 | 0.99 | 0 | 0.72 | 291.43 | 0.97 | 0.14 |
| Hex | 3D | 1 | 47 | E | 63 | 0 | 48 | 123 | 61 | E |
| Octal | 75 | 1 | 107 | 16 | 143 | 0 | 110 | 443 | 141 | 16 |
| Binary | 111101 | 1 | 1000111 | 1110 | 1100011 | 0 | 1001000 | 100100011 | 1100001 | 1110 |
Color Harmonies of #3D0147
Complementary color
Monochromatic Colors of #3D0147
Black with #3D0147
Text Example
Text Example
White with #3D0147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0147; }
p { color: rgb(61,1,71); }
H1.HeaderClassName
{
color: #3D0147;
}
.AnyTagClassName
{
color: #3D0147;
}
</style>
background-color css
<style>
a { background-color: #3D0147; }
a { background-color: rgb(61,1,71); }
div.DivClassName
{
background-color: #3D0147;
}
.BgClassName
{
background-color: #3D0147;
}
</style>
border-color css
<style>
span { border-color: #3D0147; }
span { border-color: rgb(61,1,71); }
td.TdClassName
{
border-color: #3D0147;
}
.TagClassName
{
border-color: #3D0147;
}
</style>