Shades of Blackcurrant #3D1346
Tints of Blackcurrant #3D1346
RGB
CMYK
RGB Variations
Color information
#3D1346 (or 0x3D1346) is known color: Blackcurrant. HEX triplet: 3D, 13 and 46. RGB value is (61,19,70). Sum of RGB (Red+Green+Blue) = 61+19+70=150 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.67% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 70 (27.73% from 255 or 46.67% from 150); Max value from RGB is 70 - color contains mainly: blue. Hex color #3D1346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1346 is #C2ECB9. Grayscale: #252525. Windows color (decimal): -12774586 or 4592445. OLE color: 4592445.
HSL color Cylindrical-coordinate representation of color #3D1346: hue angle of 289.41º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D1346 is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 19 | 70 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.73 |
| HSL | 289.41º | 0.57% | 0.17% | - |
| HSV(B) | 289.41º | 0.73% | 0.27% | - |
| XYZ | 3.26 | 1.9 | 5.99 | - |
| YUV | 37.37 | 146.41 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 19 | 70 | 0.13 | 0.73 | 0 | 0.73 | 289.41 | 0.57 | 0.17 |
| Hex | 3D | 13 | 46 | D | 49 | 0 | 49 | 121 | 39 | 11 |
| Octal | 75 | 23 | 106 | 15 | 111 | 0 | 111 | 441 | 71 | 21 |
| Binary | 111101 | 10011 | 1000110 | 1101 | 1001001 | 0 | 1001001 | 100100001 | 111001 | 10001 |
Color Harmonies of #3D1346
Complementary color
Monochromatic Colors of #3D1346
Black with #3D1346
Text Example
Text Example
White with #3D1346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1346; }
p { color: rgb(61,19,70); }
H1.HeaderClassName
{
color: #3D1346;
}
.AnyTagClassName
{
color: #3D1346;
}
</style>
background-color css
<style>
a { background-color: #3D1346; }
a { background-color: rgb(61,19,70); }
div.DivClassName
{
background-color: #3D1346;
}
.BgClassName
{
background-color: #3D1346;
}
</style>
border-color css
<style>
span { border-color: #3D1346; }
span { border-color: rgb(61,19,70); }
td.TdClassName
{
border-color: #3D1346;
}
.TagClassName
{
border-color: #3D1346;
}
</style>