Shades of Blackcurrant #3D0250
Tints of Blackcurrant #3D0250
RGB
CMYK
RGB Variations
Color information
#3D0250 (or 0x3D0250) is known color: Blackcurrant. HEX triplet: 3D, 02 and 50. RGB value is (61,2,80). Sum of RGB (Red+Green+Blue) = 61+2+80=143 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.66% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 80 (31.64% from 255 or 55.94% from 143); Max value from RGB is 80 - color contains mainly: blue. Hex color #3D0250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0250 is #C2FDAF. Grayscale: #1C1C1C. Windows color (decimal): -12778928 or 5243453. OLE color: 5243453.
HSL color Cylindrical-coordinate representation of color #3D0250: hue angle of 285.38º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D0250 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 2 | 80 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.69 |
| HSL | 285.38º | 0.95% | 0.16% | - |
| HSV(B) | 285.38º | 0.98% | 0.31% | - |
| XYZ | 3.39 | 1.61 | 7.72 | - |
| YUV | 28.53 | 157.05 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 2 | 80 | 0.24 | 0.98 | 0 | 0.69 | 285.38 | 0.95 | 0.16 |
| Hex | 3D | 2 | 50 | 18 | 62 | 0 | 45 | 11D | 5F | 10 |
| Octal | 75 | 2 | 120 | 30 | 142 | 0 | 105 | 435 | 137 | 20 |
| Binary | 111101 | 10 | 1010000 | 11000 | 1100010 | 0 | 1000101 | 100011101 | 1011111 | 10000 |
Color Harmonies of #3D0250
Complementary color
Monochromatic Colors of #3D0250
Black with #3D0250
Text Example
Text Example
White with #3D0250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0250; }
p { color: rgb(61,2,80); }
H1.HeaderClassName
{
color: #3D0250;
}
.AnyTagClassName
{
color: #3D0250;
}
</style>
background-color css
<style>
a { background-color: #3D0250; }
a { background-color: rgb(61,2,80); }
div.DivClassName
{
background-color: #3D0250;
}
.BgClassName
{
background-color: #3D0250;
}
</style>
border-color css
<style>
span { border-color: #3D0250; }
span { border-color: rgb(61,2,80); }
td.TdClassName
{
border-color: #3D0250;
}
.TagClassName
{
border-color: #3D0250;
}
</style>