Shades of Blackcurrant #3D0259
Tints of Blackcurrant #3D0259
RGB
CMYK
RGB Variations
Color information
#3D0259 (or 0x3D0259) is known color: Blackcurrant. HEX triplet: 3D, 02 and 59. RGB value is (61,2,89). Sum of RGB (Red+Green+Blue) = 61+2+89=152 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.13% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 89 (35.16% from 255 or 58.55% from 152); Max value from RGB is 89 - color contains mainly: blue. Hex color #3D0259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0259 is #C2FDA6. Grayscale: #1D1D1D. Windows color (decimal): -12778919 or 5833277. OLE color: 5833277.
HSL color Cylindrical-coordinate representation of color #3D0259: hue angle of 280.69º 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 #3D0259 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 2 | 89 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.65 |
| HSL | 280.69º | 0.96% | 0.18% | - |
| HSV(B) | 280.69º | 0.98% | 0.35% | - |
| XYZ | 3.75 | 1.76 | 9.59 | - |
| YUV | 29.56 | 161.55 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 2 | 89 | 0.31 | 0.98 | 0 | 0.65 | 280.69 | 0.96 | 0.18 |
| Hex | 3D | 2 | 59 | 1F | 62 | 0 | 41 | 119 | 60 | 12 |
| Octal | 75 | 2 | 131 | 37 | 142 | 0 | 101 | 431 | 140 | 22 |
| Binary | 111101 | 10 | 1011001 | 11111 | 1100010 | 0 | 1000001 | 100011001 | 1100000 | 10010 |
Color Harmonies of #3D0259
Complementary color
Monochromatic Colors of #3D0259
Black with #3D0259
Text Example
Text Example
White with #3D0259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0259; }
p { color: rgb(61,2,89); }
H1.HeaderClassName
{
color: #3D0259;
}
.AnyTagClassName
{
color: #3D0259;
}
</style>
background-color css
<style>
a { background-color: #3D0259; }
a { background-color: rgb(61,2,89); }
div.DivClassName
{
background-color: #3D0259;
}
.BgClassName
{
background-color: #3D0259;
}
</style>
border-color css
<style>
span { border-color: #3D0259; }
span { border-color: rgb(61,2,89); }
td.TdClassName
{
border-color: #3D0259;
}
.TagClassName
{
border-color: #3D0259;
}
</style>