Shades of Blackcurrant #3D174D
Tints of Blackcurrant #3D174D
RGB
CMYK
RGB Variations
Color information
#3D174D (or 0x3D174D) is known color: Blackcurrant. HEX triplet: 3D, 17 and 4D. RGB value is (61,23,77). Sum of RGB (Red+Green+Blue) = 61+23+77=161 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.89% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 77 (30.47% from 255 or 47.83% from 161); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D174D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D174D is #C2E8B2. Grayscale: #282828. Windows color (decimal): -12773555 or 5052221. OLE color: 5052221.
HSL color Cylindrical-coordinate representation of color #3D174D: hue angle of 282.22º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D174D is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 61 | 23 | 77 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.70 |
| HSL | 282.22º | 0.54% | 0.2% | - |
| HSV(B) | 282.22º | 0.7% | 0.3% | - |
| XYZ | 3.57 | 2.14 | 7.25 | - |
| YUV | 40.52 | 148.59 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 23 | 77 | 0.21 | 0.70 | 0 | 0.70 | 282.22 | 0.54 | 0.2 |
| Hex | 3D | 17 | 4D | 15 | 46 | 0 | 46 | 11A | 36 | 14 |
| Octal | 75 | 27 | 115 | 25 | 106 | 0 | 106 | 432 | 66 | 24 |
| Binary | 111101 | 10111 | 1001101 | 10101 | 1000110 | 0 | 1000110 | 100011010 | 110110 | 10100 |
Color Harmonies of #3D174D
Complementary color
Monochromatic Colors of #3D174D
Black with #3D174D
Text Example
Text Example
White with #3D174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D174D; }
p { color: rgb(61,23,77); }
H1.HeaderClassName
{
color: #3D174D;
}
.AnyTagClassName
{
color: #3D174D;
}
</style>
background-color css
<style>
a { background-color: #3D174D; }
a { background-color: rgb(61,23,77); }
div.DivClassName
{
background-color: #3D174D;
}
.BgClassName
{
background-color: #3D174D;
}
</style>
border-color css
<style>
span { border-color: #3D174D; }
span { border-color: rgb(61,23,77); }
td.TdClassName
{
border-color: #3D174D;
}
.TagClassName
{
border-color: #3D174D;
}
</style>