Shades of Blackcurrant #3D025A
Tints of Blackcurrant #3D025A
RGB
CMYK
RGB Variations
Color information
#3D025A (or 0x3D025A) is known color: Blackcurrant. HEX triplet: 3D, 02 and 5A. RGB value is (61,2,90). Sum of RGB (Red+Green+Blue) = 61+2+90=153 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.87% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 90 (35.55% from 255 or 58.82% from 153); Max value from RGB is 90 - color contains mainly: blue. Hex color #3D025A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D025A is #C2FDA5. Grayscale: #1D1D1D. Windows color (decimal): -12778918 or 5898813. OLE color: 5898813.
HSL color Cylindrical-coordinate representation of color #3D025A: hue angle of 280.23º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D025A is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 2 | 90 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.65 |
| HSL | 280.23º | 0.96% | 0.18% | - |
| HSV(B) | 280.23º | 0.98% | 0.35% | - |
| XYZ | 3.79 | 1.77 | 9.82 | - |
| YUV | 29.67 | 162.05 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 2 | 90 | 0.32 | 0.98 | 0 | 0.65 | 280.23 | 0.96 | 0.18 |
| Hex | 3D | 2 | 5A | 20 | 62 | 0 | 41 | 118 | 60 | 12 |
| Octal | 75 | 2 | 132 | 40 | 142 | 0 | 101 | 430 | 140 | 22 |
| Binary | 111101 | 10 | 1011010 | 100000 | 1100010 | 0 | 1000001 | 100011000 | 1100000 | 10010 |
Color Harmonies of #3D025A
Complementary color
Monochromatic Colors of #3D025A
Black with #3D025A
Text Example
Text Example
White with #3D025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D025A; }
p { color: rgb(61,2,90); }
H1.HeaderClassName
{
color: #3D025A;
}
.AnyTagClassName
{
color: #3D025A;
}
</style>
background-color css
<style>
a { background-color: #3D025A; }
a { background-color: rgb(61,2,90); }
div.DivClassName
{
background-color: #3D025A;
}
.BgClassName
{
background-color: #3D025A;
}
</style>
border-color css
<style>
span { border-color: #3D025A; }
span { border-color: rgb(61,2,90); }
td.TdClassName
{
border-color: #3D025A;
}
.TagClassName
{
border-color: #3D025A;
}
</style>