Shades of Blackcurrant #3D184C
Tints of Blackcurrant #3D184C
RGB
CMYK
RGB Variations
Color information
#3D184C (or 0x3D184C) is known color: Blackcurrant. HEX triplet: 3D, 18 and 4C. RGB value is (61,24,76). Sum of RGB (Red+Green+Blue) = 61+24+76=161 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.89% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 76 - color contains mainly: blue. Hex color #3D184C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D184C is #C2E7B3. Grayscale: #282828. Windows color (decimal): -12773300 or 4986941. OLE color: 4986941.
HSL color Cylindrical-coordinate representation of color #3D184C: hue angle of 282.69º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D184C is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 61 | 24 | 76 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.70 |
| HSL | 282.69º | 0.52% | 0.2% | - |
| HSV(B) | 282.69º | 0.68% | 0.3% | - |
| XYZ | 3.56 | 2.17 | 7.07 | - |
| YUV | 40.99 | 147.76 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 24 | 76 | 0.20 | 0.68 | 0 | 0.70 | 282.69 | 0.52 | 0.2 |
| Hex | 3D | 18 | 4C | 14 | 44 | 0 | 46 | 11B | 34 | 14 |
| Octal | 75 | 30 | 114 | 24 | 104 | 0 | 106 | 433 | 64 | 24 |
| Binary | 111101 | 11000 | 1001100 | 10100 | 1000100 | 0 | 1000110 | 100011011 | 110100 | 10100 |
Color Harmonies of #3D184C
Complementary color
Monochromatic Colors of #3D184C
Black with #3D184C
Text Example
Text Example
White with #3D184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D184C; }
p { color: rgb(61,24,76); }
H1.HeaderClassName
{
color: #3D184C;
}
.AnyTagClassName
{
color: #3D184C;
}
</style>
background-color css
<style>
a { background-color: #3D184C; }
a { background-color: rgb(61,24,76); }
div.DivClassName
{
background-color: #3D184C;
}
.BgClassName
{
background-color: #3D184C;
}
</style>
border-color css
<style>
span { border-color: #3D184C; }
span { border-color: rgb(61,24,76); }
td.TdClassName
{
border-color: #3D184C;
}
.TagClassName
{
border-color: #3D184C;
}
</style>