Shades of Blackcurrant #3E124C
Tints of Blackcurrant #3E124C
RGB
CMYK
RGB Variations
Color information
#3E124C (or 0x3E124C) is known color: Blackcurrant. HEX triplet: 3E, 12 and 4C. RGB value is (62,18,76). Sum of RGB (Red+Green+Blue) = 62+18+76=156 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.74% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 76 - color contains mainly: blue. Hex color #3E124C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E124C is #C1EDB3. Grayscale: #252525. Windows color (decimal): -12709300 or 4985406. OLE color: 4985406.
HSL color Cylindrical-coordinate representation of color #3E124C: hue angle of 285.52º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E124C is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 62 | 18 | 76 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.70 |
| HSL | 285.52º | 0.62% | 0.18% | - |
| HSV(B) | 285.52º | 0.76% | 0.3% | - |
| XYZ | 3.51 | 1.98 | 7.03 | - |
| YUV | 37.77 | 149.58 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 18 | 76 | 0.18 | 0.76 | 0 | 0.70 | 285.52 | 0.62 | 0.18 |
| Hex | 3E | 12 | 4C | 12 | 4C | 0 | 46 | 11E | 3E | 12 |
| Octal | 76 | 22 | 114 | 22 | 114 | 0 | 106 | 436 | 76 | 22 |
| Binary | 111110 | 10010 | 1001100 | 10010 | 1001100 | 0 | 1000110 | 100011110 | 111110 | 10010 |
Color Harmonies of #3E124C
Complementary color
Monochromatic Colors of #3E124C
Black with #3E124C
Text Example
Text Example
White with #3E124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E124C; }
p { color: rgb(62,18,76); }
H1.HeaderClassName
{
color: #3E124C;
}
.AnyTagClassName
{
color: #3E124C;
}
</style>
background-color css
<style>
a { background-color: #3E124C; }
a { background-color: rgb(62,18,76); }
div.DivClassName
{
background-color: #3E124C;
}
.BgClassName
{
background-color: #3E124C;
}
</style>
border-color css
<style>
span { border-color: #3E124C; }
span { border-color: rgb(62,18,76); }
td.TdClassName
{
border-color: #3E124C;
}
.TagClassName
{
border-color: #3E124C;
}
</style>