Shades of Blackcurrant #3D1548
Tints of Blackcurrant #3D1548
RGB
CMYK
RGB Variations
Color information
#3D1548 (or 0x3D1548) is known color: Blackcurrant. HEX triplet: 3D, 15 and 48. RGB value is (61,21,72). Sum of RGB (Red+Green+Blue) = 61+21+72=154 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.61% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 72 (28.52% from 255 or 46.75% from 154); Max value from RGB is 72 - color contains mainly: blue. Hex color #3D1548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1548 is #C2EAB7. Grayscale: #262626. Windows color (decimal): -12774072 or 4724029. OLE color: 4724029.
HSL color Cylindrical-coordinate representation of color #3D1548: hue angle of 287.06º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D1548 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 21 | 72 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.72 |
| HSL | 287.06º | 0.55% | 0.18% | - |
| HSV(B) | 287.06º | 0.71% | 0.28% | - |
| XYZ | 3.36 | 2 | 6.34 | - |
| YUV | 38.77 | 146.75 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 21 | 72 | 0.15 | 0.71 | 0 | 0.72 | 287.06 | 0.55 | 0.18 |
| Hex | 3D | 15 | 48 | F | 47 | 0 | 48 | 11F | 37 | 12 |
| Octal | 75 | 25 | 110 | 17 | 107 | 0 | 110 | 437 | 67 | 22 |
| Binary | 111101 | 10101 | 1001000 | 1111 | 1000111 | 0 | 1001000 | 100011111 | 110111 | 10010 |
Color Harmonies of #3D1548
Complementary color
Monochromatic Colors of #3D1548
Black with #3D1548
Text Example
Text Example
White with #3D1548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1548; }
p { color: rgb(61,21,72); }
H1.HeaderClassName
{
color: #3D1548;
}
.AnyTagClassName
{
color: #3D1548;
}
</style>
background-color css
<style>
a { background-color: #3D1548; }
a { background-color: rgb(61,21,72); }
div.DivClassName
{
background-color: #3D1548;
}
.BgClassName
{
background-color: #3D1548;
}
</style>
border-color css
<style>
span { border-color: #3D1548; }
span { border-color: rgb(61,21,72); }
td.TdClassName
{
border-color: #3D1548;
}
.TagClassName
{
border-color: #3D1548;
}
</style>