Shades of Blackcurrant #3D0A50
Tints of Blackcurrant #3D0A50
RGB
CMYK
RGB Variations
Color information
#3D0A50 (or 0x3D0A50) is known color: Blackcurrant. HEX triplet: 3D, 0A and 50. RGB value is (61,10,80). Sum of RGB (Red+Green+Blue) = 61+10+80=151 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.40% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 80 (31.64% from 255 or 52.98% from 151); Max value from RGB is 80 - color contains mainly: blue. Hex color #3D0A50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0A50 is #C2F5AF. Grayscale: #212121. Windows color (decimal): -12776880 or 5245501. OLE color: 5245501.
HSL color Cylindrical-coordinate representation of color #3D0A50: hue angle of 283.71º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3D0A50 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 10 | 80 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.69 |
| HSL | 283.71º | 0.78% | 0.18% | - |
| HSV(B) | 283.71º | 0.88% | 0.31% | - |
| XYZ | 3.48 | 1.79 | 7.75 | - |
| YUV | 33.23 | 154.4 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 10 | 80 | 0.24 | 0.87 | 0 | 0.69 | 283.71 | 0.78 | 0.18 |
| Hex | 3D | A | 50 | 18 | 57 | 0 | 45 | 11C | 4E | 12 |
| Octal | 75 | 12 | 120 | 30 | 127 | 0 | 105 | 434 | 116 | 22 |
| Binary | 111101 | 1010 | 1010000 | 11000 | 1010111 | 0 | 1000101 | 100011100 | 1001110 | 10010 |
Color Harmonies of #3D0A50
Complementary color
Monochromatic Colors of #3D0A50
Black with #3D0A50
Text Example
Text Example
White with #3D0A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0A50; }
p { color: rgb(61,10,80); }
H1.HeaderClassName
{
color: #3D0A50;
}
.AnyTagClassName
{
color: #3D0A50;
}
</style>
background-color css
<style>
a { background-color: #3D0A50; }
a { background-color: rgb(61,10,80); }
div.DivClassName
{
background-color: #3D0A50;
}
.BgClassName
{
background-color: #3D0A50;
}
</style>
border-color css
<style>
span { border-color: #3D0A50; }
span { border-color: rgb(61,10,80); }
td.TdClassName
{
border-color: #3D0A50;
}
.TagClassName
{
border-color: #3D0A50;
}
</style>