Shades of Blackcurrant #3D1B47
Tints of Blackcurrant #3D1B47
RGB
CMYK
RGB Variations
Color information
#3D1B47 (or 0x3D1B47) is known color: Blackcurrant. HEX triplet: 3D, 1B and 47. RGB value is (61,27,71). Sum of RGB (Red+Green+Blue) = 61+27+71=159 (21% of max value = 765). Red value is 61 (24.22% from 255 or 38.36% from 159); Green value is 27 (10.94% from 255 or 16.98% from 159); Blue value is 71 (28.12% from 255 or 44.65% from 159); Max value from RGB is 71 - color contains mainly: blue. Hex color #3D1B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1B47 is #C2E4B8. Grayscale: #2A2A2A. Windows color (decimal): -12772537 or 4660029. OLE color: 4660029.
HSL color Cylindrical-coordinate representation of color #3D1B47: hue angle of 286.36º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D1B47 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 27 | 71 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.72 |
| HSL | 286.36º | 0.45% | 0.19% | - |
| HSV(B) | 286.36º | 0.62% | 0.28% | - |
| XYZ | 3.45 | 2.23 | 6.21 | - |
| YUV | 42.18 | 144.26 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 27 | 71 | 0.14 | 0.62 | 0 | 0.72 | 286.36 | 0.45 | 0.19 |
| Hex | 3D | 1B | 47 | E | 3E | 0 | 48 | 11E | 2D | 13 |
| Octal | 75 | 33 | 107 | 16 | 76 | 0 | 110 | 436 | 55 | 23 |
| Binary | 111101 | 11011 | 1000111 | 1110 | 111110 | 0 | 1001000 | 100011110 | 101101 | 10011 |
Color Harmonies of #3D1B47
Complementary color
Monochromatic Colors of #3D1B47
Black with #3D1B47
Text Example
Text Example
White with #3D1B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1B47; }
p { color: rgb(61,27,71); }
H1.HeaderClassName
{
color: #3D1B47;
}
.AnyTagClassName
{
color: #3D1B47;
}
</style>
background-color css
<style>
a { background-color: #3D1B47; }
a { background-color: rgb(61,27,71); }
div.DivClassName
{
background-color: #3D1B47;
}
.BgClassName
{
background-color: #3D1B47;
}
</style>
border-color css
<style>
span { border-color: #3D1B47; }
span { border-color: rgb(61,27,71); }
td.TdClassName
{
border-color: #3D1B47;
}
.TagClassName
{
border-color: #3D1B47;
}
</style>