Shades of Blackcurrant #3C184D
Tints of Blackcurrant #3C184D
RGB
CMYK
RGB Variations
Color information
#3C184D (or 0x3C184D) is known color: Blackcurrant. HEX triplet: 3C, 18 and 4D. RGB value is (60,24,77). Sum of RGB (Red+Green+Blue) = 60+24+77=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 77 (30.47% from 255 or 47.83% from 161); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C184D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C184D is #C3E7B2. Grayscale: #282828. Windows color (decimal): -12838835 or 5052476. OLE color: 5052476.
HSL color Cylindrical-coordinate representation of color #3C184D: hue angle of 280.75º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C184D is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 24 | 77 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.70 |
| HSL | 280.75º | 0.52% | 0.2% | - |
| HSV(B) | 280.75º | 0.69% | 0.3% | - |
| XYZ | 3.53 | 2.15 | 7.25 | - |
| YUV | 40.81 | 148.43 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 24 | 77 | 0.22 | 0.69 | 0 | 0.70 | 280.75 | 0.52 | 0.2 |
| Hex | 3C | 18 | 4D | 16 | 45 | 0 | 46 | 119 | 34 | 14 |
| Octal | 74 | 30 | 115 | 26 | 105 | 0 | 106 | 431 | 64 | 24 |
| Binary | 111100 | 11000 | 1001101 | 10110 | 1000101 | 0 | 1000110 | 100011001 | 110100 | 10100 |
Color Harmonies of #3C184D
Complementary color
Monochromatic Colors of #3C184D
Black with #3C184D
Text Example
Text Example
White with #3C184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C184D; }
p { color: rgb(60,24,77); }
H1.HeaderClassName
{
color: #3C184D;
}
.AnyTagClassName
{
color: #3C184D;
}
</style>
background-color css
<style>
a { background-color: #3C184D; }
a { background-color: rgb(60,24,77); }
div.DivClassName
{
background-color: #3C184D;
}
.BgClassName
{
background-color: #3C184D;
}
</style>
border-color css
<style>
span { border-color: #3C184D; }
span { border-color: rgb(60,24,77); }
td.TdClassName
{
border-color: #3C184D;
}
.TagClassName
{
border-color: #3C184D;
}
</style>