Shades of Blackcurrant #3D1550
Tints of Blackcurrant #3D1550
RGB
CMYK
RGB Variations
Color information
#3D1550 (or 0x3D1550) is known color: Blackcurrant. HEX triplet: 3D, 15 and 50. RGB value is (61,21,80). Sum of RGB (Red+Green+Blue) = 61+21+80=162 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.65% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #3D1550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1550 is #C2EAAF. Grayscale: #272727. Windows color (decimal): -12774064 or 5248317. OLE color: 5248317.
HSL color Cylindrical-coordinate representation of color #3D1550: hue angle of 280.68º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D1550 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 21 | 80 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.69 |
| HSL | 280.68º | 0.58% | 0.2% | - |
| HSV(B) | 280.68º | 0.74% | 0.31% | - |
| XYZ | 3.64 | 2.11 | 7.8 | - |
| YUV | 39.69 | 150.75 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 21 | 80 | 0.24 | 0.74 | 0 | 0.69 | 280.68 | 0.58 | 0.2 |
| Hex | 3D | 15 | 50 | 18 | 4A | 0 | 45 | 119 | 3A | 14 |
| Octal | 75 | 25 | 120 | 30 | 112 | 0 | 105 | 431 | 72 | 24 |
| Binary | 111101 | 10101 | 1010000 | 11000 | 1001010 | 0 | 1000101 | 100011001 | 111010 | 10100 |
Color Harmonies of #3D1550
Complementary color
Monochromatic Colors of #3D1550
Black with #3D1550
Text Example
Text Example
White with #3D1550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1550; }
p { color: rgb(61,21,80); }
H1.HeaderClassName
{
color: #3D1550;
}
.AnyTagClassName
{
color: #3D1550;
}
</style>
background-color css
<style>
a { background-color: #3D1550; }
a { background-color: rgb(61,21,80); }
div.DivClassName
{
background-color: #3D1550;
}
.BgClassName
{
background-color: #3D1550;
}
</style>
border-color css
<style>
span { border-color: #3D1550; }
span { border-color: rgb(61,21,80); }
td.TdClassName
{
border-color: #3D1550;
}
.TagClassName
{
border-color: #3D1550;
}
</style>