Shades of Blackcurrant #3D1945
Tints of Blackcurrant #3D1945
RGB
CMYK
RGB Variations
Color information
#3D1945 (or 0x3D1945) is known color: Blackcurrant. HEX triplet: 3D, 19 and 45. RGB value is (61,25,69). Sum of RGB (Red+Green+Blue) = 61+25+69=155 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.35% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 69 (27.34% from 255 or 44.52% from 155); Max value from RGB is 69 - color contains mainly: blue. Hex color #3D1945 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1945 is #C2E6BA. Grayscale: #282828. Windows color (decimal): -12773051 or 4528445. OLE color: 4528445.
HSL color Cylindrical-coordinate representation of color #3D1945: hue angle of 289.09º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D1945 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 25 | 69 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.73 |
| HSL | 289.09º | 0.47% | 0.18% | - |
| HSV(B) | 289.09º | 0.64% | 0.27% | - |
| XYZ | 3.35 | 2.12 | 5.86 | - |
| YUV | 40.78 | 143.93 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 25 | 69 | 0.12 | 0.64 | 0 | 0.73 | 289.09 | 0.47 | 0.18 |
| Hex | 3D | 19 | 45 | C | 40 | 0 | 49 | 121 | 2F | 12 |
| Octal | 75 | 31 | 105 | 14 | 100 | 0 | 111 | 441 | 57 | 22 |
| Binary | 111101 | 11001 | 1000101 | 1100 | 1000000 | 0 | 1001001 | 100100001 | 101111 | 10010 |
Color Harmonies of #3D1945
Complementary color
Monochromatic Colors of #3D1945
Black with #3D1945
Text Example
Text Example
White with #3D1945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1945; }
p { color: rgb(61,25,69); }
H1.HeaderClassName
{
color: #3D1945;
}
.AnyTagClassName
{
color: #3D1945;
}
</style>
background-color css
<style>
a { background-color: #3D1945; }
a { background-color: rgb(61,25,69); }
div.DivClassName
{
background-color: #3D1945;
}
.BgClassName
{
background-color: #3D1945;
}
</style>
border-color css
<style>
span { border-color: #3D1945; }
span { border-color: rgb(61,25,69); }
td.TdClassName
{
border-color: #3D1945;
}
.TagClassName
{
border-color: #3D1945;
}
</style>