Shades of Blackcurrant #3E194C
Tints of Blackcurrant #3E194C
RGB
CMYK
RGB Variations
Color information
#3E194C (or 0x3E194C) is known color: Blackcurrant. HEX triplet: 3E, 19 and 4C. RGB value is (62,25,76). Sum of RGB (Red+Green+Blue) = 62+25+76=163 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.04% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 76 (30.08% from 255 or 46.63% from 163); Max value from RGB is 76 - color contains mainly: blue. Hex color #3E194C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E194C is #C1E6B3. Grayscale: #292929. Windows color (decimal): -12707508 or 4987198. OLE color: 4987198.
HSL color Cylindrical-coordinate representation of color #3E194C: hue angle of 283.53º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E194C is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 62 | 25 | 76 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.70 |
| HSL | 283.53º | 0.5% | 0.2% | - |
| HSV(B) | 283.53º | 0.67% | 0.3% | - |
| XYZ | 3.64 | 2.24 | 7.08 | - |
| YUV | 41.88 | 147.26 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 25 | 76 | 0.18 | 0.67 | 0 | 0.70 | 283.53 | 0.5 | 0.2 |
| Hex | 3E | 19 | 4C | 12 | 43 | 0 | 46 | 11C | 32 | 14 |
| Octal | 76 | 31 | 114 | 22 | 103 | 0 | 106 | 434 | 62 | 24 |
| Binary | 111110 | 11001 | 1001100 | 10010 | 1000011 | 0 | 1000110 | 100011100 | 110010 | 10100 |
Color Harmonies of #3E194C
Complementary color
Monochromatic Colors of #3E194C
Black with #3E194C
Text Example
Text Example
White with #3E194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E194C; }
p { color: rgb(62,25,76); }
H1.HeaderClassName
{
color: #3E194C;
}
.AnyTagClassName
{
color: #3E194C;
}
</style>
background-color css
<style>
a { background-color: #3E194C; }
a { background-color: rgb(62,25,76); }
div.DivClassName
{
background-color: #3E194C;
}
.BgClassName
{
background-color: #3E194C;
}
</style>
border-color css
<style>
span { border-color: #3E194C; }
span { border-color: rgb(62,25,76); }
td.TdClassName
{
border-color: #3E194C;
}
.TagClassName
{
border-color: #3E194C;
}
</style>