Shades of Blackcurrant #3D1545
Tints of Blackcurrant #3D1545
RGB
CMYK
RGB Variations
Color information
#3D1545 (or 0x3D1545) is known color: Blackcurrant. HEX triplet: 3D, 15 and 45. RGB value is (61,21,69). Sum of RGB (Red+Green+Blue) = 61+21+69=151 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.40% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 69 (27.34% from 255 or 45.70% from 151); Max value from RGB is 69 - color contains mainly: blue. Hex color #3D1545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1545 is #C2EABA. Grayscale: #262626. Windows color (decimal): -12774075 or 4527421. OLE color: 4527421.
HSL color Cylindrical-coordinate representation of color #3D1545: hue angle of 290º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D1545 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 21 | 69 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.73 |
| HSL | 290º | 0.53% | 0.18% | - |
| HSV(B) | 290º | 0.7% | 0.27% | - |
| XYZ | 3.27 | 1.96 | 5.84 | - |
| YUV | 38.43 | 145.25 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 21 | 69 | 0.12 | 0.70 | 0 | 0.73 | 290 | 0.53 | 0.18 |
| Hex | 3D | 15 | 45 | C | 46 | 0 | 49 | 122 | 35 | 12 |
| Octal | 75 | 25 | 105 | 14 | 106 | 0 | 111 | 442 | 65 | 22 |
| Binary | 111101 | 10101 | 1000101 | 1100 | 1000110 | 0 | 1001001 | 100100010 | 110101 | 10010 |
Color Harmonies of #3D1545
Complementary color
Monochromatic Colors of #3D1545
Black with #3D1545
Text Example
Text Example
White with #3D1545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1545; }
p { color: rgb(61,21,69); }
H1.HeaderClassName
{
color: #3D1545;
}
.AnyTagClassName
{
color: #3D1545;
}
</style>
background-color css
<style>
a { background-color: #3D1545; }
a { background-color: rgb(61,21,69); }
div.DivClassName
{
background-color: #3D1545;
}
.BgClassName
{
background-color: #3D1545;
}
</style>
border-color css
<style>
span { border-color: #3D1545; }
span { border-color: rgb(61,21,69); }
td.TdClassName
{
border-color: #3D1545;
}
.TagClassName
{
border-color: #3D1545;
}
</style>