Shades of Blackcurrant #3D0850
Tints of Blackcurrant #3D0850
RGB
CMYK
RGB Variations
Color information
#3D0850 (or 0x3D0850) is known color: Blackcurrant. HEX triplet: 3D, 08 and 50. RGB value is (61,8,80). Sum of RGB (Red+Green+Blue) = 61+8+80=149 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.94% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #3D0850 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0850 is #C2F7AF. Grayscale: #1F1F1F. Windows color (decimal): -12777392 or 5244989. OLE color: 5244989.
HSL color Cylindrical-coordinate representation of color #3D0850: hue angle of 284.17º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D0850 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 8 | 80 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.69 |
| HSL | 284.17º | 0.82% | 0.17% | - |
| HSV(B) | 284.17º | 0.9% | 0.31% | - |
| XYZ | 3.46 | 1.74 | 7.74 | - |
| YUV | 32.06 | 155.06 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 8 | 80 | 0.24 | 0.90 | 0 | 0.69 | 284.17 | 0.82 | 0.17 |
| Hex | 3D | 8 | 50 | 18 | 5A | 0 | 45 | 11C | 52 | 11 |
| Octal | 75 | 10 | 120 | 30 | 132 | 0 | 105 | 434 | 122 | 21 |
| Binary | 111101 | 1000 | 1010000 | 11000 | 1011010 | 0 | 1000101 | 100011100 | 1010010 | 10001 |
Color Harmonies of #3D0850
Complementary color
Monochromatic Colors of #3D0850
Black with #3D0850
Text Example
Text Example
White with #3D0850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0850; }
p { color: rgb(61,8,80); }
H1.HeaderClassName
{
color: #3D0850;
}
.AnyTagClassName
{
color: #3D0850;
}
</style>
background-color css
<style>
a { background-color: #3D0850; }
a { background-color: rgb(61,8,80); }
div.DivClassName
{
background-color: #3D0850;
}
.BgClassName
{
background-color: #3D0850;
}
</style>
border-color css
<style>
span { border-color: #3D0850; }
span { border-color: rgb(61,8,80); }
td.TdClassName
{
border-color: #3D0850;
}
.TagClassName
{
border-color: #3D0850;
}
</style>