Shades of Blackcurrant #3D1745
Tints of Blackcurrant #3D1745
RGB
CMYK
RGB Variations
Color information
#3D1745 (or 0x3D1745) is known color: Blackcurrant. HEX triplet: 3D, 17 and 45. RGB value is (61,23,69). Sum of RGB (Red+Green+Blue) = 61+23+69=153 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.87% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 69 (27.34% from 255 or 45.10% from 153); Max value from RGB is 69 - color contains mainly: blue. Hex color #3D1745 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1745 is #C2E8BA. Grayscale: #272727. Windows color (decimal): -12773563 or 4527933. OLE color: 4527933.
HSL color Cylindrical-coordinate representation of color #3D1745: hue angle of 289.57º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D1745 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 23 | 69 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.73 |
| HSL | 289.57º | 0.5% | 0.18% | - |
| HSV(B) | 289.57º | 0.67% | 0.27% | - |
| XYZ | 3.31 | 2.03 | 5.85 | - |
| YUV | 39.61 | 144.59 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 23 | 69 | 0.12 | 0.67 | 0 | 0.73 | 289.57 | 0.5 | 0.18 |
| Hex | 3D | 17 | 45 | C | 43 | 0 | 49 | 122 | 32 | 12 |
| Octal | 75 | 27 | 105 | 14 | 103 | 0 | 111 | 442 | 62 | 22 |
| Binary | 111101 | 10111 | 1000101 | 1100 | 1000011 | 0 | 1001001 | 100100010 | 110010 | 10010 |
Color Harmonies of #3D1745
Complementary color
Monochromatic Colors of #3D1745
Black with #3D1745
Text Example
Text Example
White with #3D1745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1745; }
p { color: rgb(61,23,69); }
H1.HeaderClassName
{
color: #3D1745;
}
.AnyTagClassName
{
color: #3D1745;
}
</style>
background-color css
<style>
a { background-color: #3D1745; }
a { background-color: rgb(61,23,69); }
div.DivClassName
{
background-color: #3D1745;
}
.BgClassName
{
background-color: #3D1745;
}
</style>
border-color css
<style>
span { border-color: #3D1745; }
span { border-color: rgb(61,23,69); }
td.TdClassName
{
border-color: #3D1745;
}
.TagClassName
{
border-color: #3D1745;
}
</style>