Shades of Blackcurrant #3D0059
Tints of Blackcurrant #3D0059
RGB
CMYK
RGB Variations
Color information
#3D0059 (or 0x3D0059) is known color: Blackcurrant. HEX triplet: 3D, 00 and 59. RGB value is (61,0,89). Sum of RGB (Red+Green+Blue) = 61+0+89=150 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.67% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 89 (35.16% from 255 or 59.33% from 150); Max value from RGB is 89 - color contains mainly: blue. Hex color #3D0059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0059 is #C2FFA6. Grayscale: #1C1C1C. Windows color (decimal): -12779431 or 5832765. OLE color: 5832765.
HSL color Cylindrical-coordinate representation of color #3D0059: hue angle of 281.12º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D0059 is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 0 | 89 | - |
| CMYK | 0.31 | 1 | 0 | 0.65 |
| HSL | 281.12º | 1% | 0.17% | - |
| HSV(B) | 281.12º | 1% | 0.35% | - |
| XYZ | 3.73 | 1.71 | 9.59 | - |
| YUV | 28.39 | 162.21 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 0 | 89 | 0.31 | 1 | 0 | 0.65 | 281.12 | 1 | 0.17 |
| Hex | 3D | 0 | 59 | 1F | 64 | 0 | 41 | 119 | 64 | 11 |
| Octal | 75 | 0 | 131 | 37 | 144 | 0 | 101 | 431 | 144 | 21 |
| Binary | 111101 | 0 | 1011001 | 11111 | 1100100 | 0 | 1000001 | 100011001 | 1100100 | 10001 |
Color Harmonies of #3D0059
Complementary color
Monochromatic Colors of #3D0059
Black with #3D0059
Text Example
Text Example
White with #3D0059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0059; }
p { color: rgb(61,0,89); }
H1.HeaderClassName
{
color: #3D0059;
}
.AnyTagClassName
{
color: #3D0059;
}
</style>
background-color css
<style>
a { background-color: #3D0059; }
a { background-color: rgb(61,0,89); }
div.DivClassName
{
background-color: #3D0059;
}
.BgClassName
{
background-color: #3D0059;
}
</style>
border-color css
<style>
span { border-color: #3D0059; }
span { border-color: rgb(61,0,89); }
td.TdClassName
{
border-color: #3D0059;
}
.TagClassName
{
border-color: #3D0059;
}
</style>