Shades of Blackcurrant #3D0550
Tints of Blackcurrant #3D0550
RGB
CMYK
RGB Variations
Color information
#3D0550 (or 0x3D0550) is known color: Blackcurrant. HEX triplet: 3D, 05 and 50. RGB value is (61,5,80). Sum of RGB (Red+Green+Blue) = 61+5+80=146 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.78% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 80 (31.64% from 255 or 54.79% from 146); Max value from RGB is 80 - color contains mainly: blue. Hex color #3D0550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0550 is #C2FAAF. Grayscale: #1E1E1E. Windows color (decimal): -12778160 or 5244221. OLE color: 5244221.
HSL color Cylindrical-coordinate representation of color #3D0550: hue angle of 284.8º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3D0550 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 5 | 80 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.69 |
| HSL | 284.8º | 0.88% | 0.17% | - |
| HSV(B) | 284.8º | 0.94% | 0.31% | - |
| XYZ | 3.43 | 1.68 | 7.73 | - |
| YUV | 30.29 | 156.05 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 5 | 80 | 0.24 | 0.94 | 0 | 0.69 | 284.8 | 0.88 | 0.17 |
| Hex | 3D | 5 | 50 | 18 | 5E | 0 | 45 | 11D | 58 | 11 |
| Octal | 75 | 5 | 120 | 30 | 136 | 0 | 105 | 435 | 130 | 21 |
| Binary | 111101 | 101 | 1010000 | 11000 | 1011110 | 0 | 1000101 | 100011101 | 1011000 | 10001 |
Color Harmonies of #3D0550
Complementary color
Monochromatic Colors of #3D0550
Black with #3D0550
Text Example
Text Example
White with #3D0550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0550; }
p { color: rgb(61,5,80); }
H1.HeaderClassName
{
color: #3D0550;
}
.AnyTagClassName
{
color: #3D0550;
}
</style>
background-color css
<style>
a { background-color: #3D0550; }
a { background-color: rgb(61,5,80); }
div.DivClassName
{
background-color: #3D0550;
}
.BgClassName
{
background-color: #3D0550;
}
</style>
border-color css
<style>
span { border-color: #3D0550; }
span { border-color: rgb(61,5,80); }
td.TdClassName
{
border-color: #3D0550;
}
.TagClassName
{
border-color: #3D0550;
}
</style>