Shades of Blackcurrant #3D1C48
Tints of Blackcurrant #3D1C48
RGB
CMYK
RGB Variations
Color information
#3D1C48 (or 0x3D1C48) is known color: Blackcurrant. HEX triplet: 3D, 1C and 48. RGB value is (61,28,72). Sum of RGB (Red+Green+Blue) = 61+28+72=161 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.89% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 72 - color contains mainly: blue. Hex color #3D1C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1C48 is #C2E3B7. Grayscale: #2A2A2A. Windows color (decimal): -12772280 or 4725821. OLE color: 4725821.
HSL color Cylindrical-coordinate representation of color #3D1C48: hue angle of 285º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D1C48 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 28 | 72 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.72 |
| HSL | 285º | 0.44% | 0.2% | - |
| HSV(B) | 285º | 0.61% | 0.28% | - |
| XYZ | 3.51 | 2.29 | 6.39 | - |
| YUV | 42.88 | 144.43 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 28 | 72 | 0.15 | 0.61 | 0 | 0.72 | 285 | 0.44 | 0.2 |
| Hex | 3D | 1C | 48 | F | 3D | 0 | 48 | 11D | 2C | 14 |
| Octal | 75 | 34 | 110 | 17 | 75 | 0 | 110 | 435 | 54 | 24 |
| Binary | 111101 | 11100 | 1001000 | 1111 | 111101 | 0 | 1001000 | 100011101 | 101100 | 10100 |
Color Harmonies of #3D1C48
Complementary color
Monochromatic Colors of #3D1C48
Black with #3D1C48
Text Example
Text Example
White with #3D1C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1C48; }
p { color: rgb(61,28,72); }
H1.HeaderClassName
{
color: #3D1C48;
}
.AnyTagClassName
{
color: #3D1C48;
}
</style>
background-color css
<style>
a { background-color: #3D1C48; }
a { background-color: rgb(61,28,72); }
div.DivClassName
{
background-color: #3D1C48;
}
.BgClassName
{
background-color: #3D1C48;
}
</style>
border-color css
<style>
span { border-color: #3D1C48; }
span { border-color: rgb(61,28,72); }
td.TdClassName
{
border-color: #3D1C48;
}
.TagClassName
{
border-color: #3D1C48;
}
</style>