Shades of Blackcurrant #3D0F50
Tints of Blackcurrant #3D0F50
RGB
CMYK
RGB Variations
Color information
#3D0F50 (or 0x3D0F50) is known color: Blackcurrant. HEX triplet: 3D, 0F and 50. RGB value is (61,15,80). Sum of RGB (Red+Green+Blue) = 61+15+80=156 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.10% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #3D0F50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0F50 is #C2F0AF. Grayscale: #232323. Windows color (decimal): -12775600 or 5246781. OLE color: 5246781.
HSL color Cylindrical-coordinate representation of color #3D0F50: hue angle of 282.46º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3D0F50 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 15 | 80 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.69 |
| HSL | 282.46º | 0.68% | 0.19% | - |
| HSV(B) | 282.46º | 0.81% | 0.31% | - |
| XYZ | 3.54 | 1.91 | 7.77 | - |
| YUV | 36.16 | 152.74 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 15 | 80 | 0.24 | 0.81 | 0 | 0.69 | 282.46 | 0.68 | 0.19 |
| Hex | 3D | F | 50 | 18 | 51 | 0 | 45 | 11A | 44 | 13 |
| Octal | 75 | 17 | 120 | 30 | 121 | 0 | 105 | 432 | 104 | 23 |
| Binary | 111101 | 1111 | 1010000 | 11000 | 1010001 | 0 | 1000101 | 100011010 | 1000100 | 10011 |
Color Harmonies of #3D0F50
Complementary color
Monochromatic Colors of #3D0F50
Black with #3D0F50
Text Example
Text Example
White with #3D0F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0F50; }
p { color: rgb(61,15,80); }
H1.HeaderClassName
{
color: #3D0F50;
}
.AnyTagClassName
{
color: #3D0F50;
}
</style>
background-color css
<style>
a { background-color: #3D0F50; }
a { background-color: rgb(61,15,80); }
div.DivClassName
{
background-color: #3D0F50;
}
.BgClassName
{
background-color: #3D0F50;
}
</style>
border-color css
<style>
span { border-color: #3D0F50; }
span { border-color: rgb(61,15,80); }
td.TdClassName
{
border-color: #3D0F50;
}
.TagClassName
{
border-color: #3D0F50;
}
</style>