Shades of Blackcurrant #3D015A
Tints of Blackcurrant #3D015A
RGB
CMYK
RGB Variations
Color information
#3D015A (or 0x3D015A) is known color: Blackcurrant. HEX triplet: 3D, 01 and 5A. RGB value is (61,1,90). Sum of RGB (Red+Green+Blue) = 61+1+90=152 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.13% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #3D015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D015A is #C2FEA5. Grayscale: #1C1C1C. Windows color (decimal): -12779174 or 5898557. OLE color: 5898557.
HSL color Cylindrical-coordinate representation of color #3D015A: hue angle of 280.45º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3D015A is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 1 | 90 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.65 |
| HSL | 280.45º | 0.98% | 0.18% | - |
| HSV(B) | 280.45º | 0.99% | 0.35% | - |
| XYZ | 3.78 | 1.75 | 9.81 | - |
| YUV | 29.09 | 162.38 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 1 | 90 | 0.32 | 0.99 | 0 | 0.65 | 280.45 | 0.98 | 0.18 |
| Hex | 3D | 1 | 5A | 20 | 63 | 0 | 41 | 118 | 62 | 12 |
| Octal | 75 | 1 | 132 | 40 | 143 | 0 | 101 | 430 | 142 | 22 |
| Binary | 111101 | 1 | 1011010 | 100000 | 1100011 | 0 | 1000001 | 100011000 | 1100010 | 10010 |
Color Harmonies of #3D015A
Complementary color
Monochromatic Colors of #3D015A
Black with #3D015A
Text Example
Text Example
White with #3D015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D015A; }
p { color: rgb(61,1,90); }
H1.HeaderClassName
{
color: #3D015A;
}
.AnyTagClassName
{
color: #3D015A;
}
</style>
background-color css
<style>
a { background-color: #3D015A; }
a { background-color: rgb(61,1,90); }
div.DivClassName
{
background-color: #3D015A;
}
.BgClassName
{
background-color: #3D015A;
}
</style>
border-color css
<style>
span { border-color: #3D015A; }
span { border-color: rgb(61,1,90); }
td.TdClassName
{
border-color: #3D015A;
}
.TagClassName
{
border-color: #3D015A;
}
</style>