Shades of Blackcurrant #3D1148
Tints of Blackcurrant #3D1148
RGB
CMYK
RGB Variations
Color information
#3D1148 (or 0x3D1148) is known color: Blackcurrant. HEX triplet: 3D, 11 and 48. RGB value is (61,17,72). Sum of RGB (Red+Green+Blue) = 61+17+72=150 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.67% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #3D1148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1148 is #C2EEB7. Grayscale: #242424. Windows color (decimal): -12775096 or 4723005. OLE color: 4723005.
HSL color Cylindrical-coordinate representation of color #3D1148: hue angle of 288º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D1148 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 17 | 72 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.72 |
| HSL | 288º | 0.62% | 0.17% | - |
| HSV(B) | 288º | 0.76% | 0.28% | - |
| XYZ | 3.29 | 1.86 | 6.32 | - |
| YUV | 36.43 | 148.08 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 17 | 72 | 0.15 | 0.76 | 0 | 0.72 | 288 | 0.62 | 0.17 |
| Hex | 3D | 11 | 48 | F | 4C | 0 | 48 | 120 | 3E | 11 |
| Octal | 75 | 21 | 110 | 17 | 114 | 0 | 110 | 440 | 76 | 21 |
| Binary | 111101 | 10001 | 1001000 | 1111 | 1001100 | 0 | 1001000 | 100100000 | 111110 | 10001 |
Color Harmonies of #3D1148
Complementary color
Monochromatic Colors of #3D1148
Black with #3D1148
Text Example
Text Example
White with #3D1148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1148; }
p { color: rgb(61,17,72); }
H1.HeaderClassName
{
color: #3D1148;
}
.AnyTagClassName
{
color: #3D1148;
}
</style>
background-color css
<style>
a { background-color: #3D1148; }
a { background-color: rgb(61,17,72); }
div.DivClassName
{
background-color: #3D1148;
}
.BgClassName
{
background-color: #3D1148;
}
</style>
border-color css
<style>
span { border-color: #3D1148; }
span { border-color: rgb(61,17,72); }
td.TdClassName
{
border-color: #3D1148;
}
.TagClassName
{
border-color: #3D1148;
}
</style>