Shades of Blackcurrant #3C184E
Tints of Blackcurrant #3C184E
RGB
CMYK
RGB Variations
Color information
#3C184E (or 0x3C184E) is known color: Blackcurrant. HEX triplet: 3C, 18 and 4E. RGB value is (60,24,78). Sum of RGB (Red+Green+Blue) = 60+24+78=162 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.04% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 78 (30.86% from 255 or 48.15% from 162); Max value from RGB is 78 - color contains mainly: blue. Hex color #3C184E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C184E is #C3E7B1. Grayscale: #282828. Windows color (decimal): -12838834 or 5118012. OLE color: 5118012.
HSL color Cylindrical-coordinate representation of color #3C184E: hue angle of 280º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C184E is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 24 | 78 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.69 |
| HSL | 280º | 0.53% | 0.2% | - |
| HSV(B) | 280º | 0.69% | 0.31% | - |
| XYZ | 3.57 | 2.16 | 7.44 | - |
| YUV | 40.92 | 148.93 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 24 | 78 | 0.23 | 0.69 | 0 | 0.69 | 280 | 0.53 | 0.2 |
| Hex | 3C | 18 | 4E | 17 | 45 | 0 | 45 | 118 | 35 | 14 |
| Octal | 74 | 30 | 116 | 27 | 105 | 0 | 105 | 430 | 65 | 24 |
| Binary | 111100 | 11000 | 1001110 | 10111 | 1000101 | 0 | 1000101 | 100011000 | 110101 | 10100 |
Color Harmonies of #3C184E
Complementary color
Monochromatic Colors of #3C184E
Black with #3C184E
Text Example
Text Example
White with #3C184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C184E; }
p { color: rgb(60,24,78); }
H1.HeaderClassName
{
color: #3C184E;
}
.AnyTagClassName
{
color: #3C184E;
}
</style>
background-color css
<style>
a { background-color: #3C184E; }
a { background-color: rgb(60,24,78); }
div.DivClassName
{
background-color: #3C184E;
}
.BgClassName
{
background-color: #3C184E;
}
</style>
border-color css
<style>
span { border-color: #3C184E; }
span { border-color: rgb(60,24,78); }
td.TdClassName
{
border-color: #3C184E;
}
.TagClassName
{
border-color: #3C184E;
}
</style>