Shades of Blackcurrant #3E1451
Tints of Blackcurrant #3E1451
RGB
CMYK
RGB Variations
Color information
#3E1451 (or 0x3E1451) is known color: Blackcurrant. HEX triplet: 3E, 14 and 51. RGB value is (62,20,81). Sum of RGB (Red+Green+Blue) = 62+20+81=163 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.04% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 81 (32.03% from 255 or 49.69% from 163); Max value from RGB is 81 - color contains mainly: blue. Hex color #3E1451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1451 is #C1EBAE. Grayscale: #272727. Windows color (decimal): -12708783 or 5313598. OLE color: 5313598.
HSL color Cylindrical-coordinate representation of color #3E1451: hue angle of 281.31º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E1451 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 62 | 20 | 81 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.68 |
| HSL | 281.31º | 0.6% | 0.2% | - |
| HSV(B) | 281.31º | 0.75% | 0.32% | - |
| XYZ | 3.72 | 2.12 | 8 | - |
| YUV | 39.51 | 151.41 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 20 | 81 | 0.23 | 0.75 | 0 | 0.68 | 281.31 | 0.6 | 0.2 |
| Hex | 3E | 14 | 51 | 17 | 4B | 0 | 44 | 119 | 3C | 14 |
| Octal | 76 | 24 | 121 | 27 | 113 | 0 | 104 | 431 | 74 | 24 |
| Binary | 111110 | 10100 | 1010001 | 10111 | 1001011 | 0 | 1000100 | 100011001 | 111100 | 10100 |
Color Harmonies of #3E1451
Complementary color
Monochromatic Colors of #3E1451
Black with #3E1451
Text Example
Text Example
White with #3E1451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1451; }
p { color: rgb(62,20,81); }
H1.HeaderClassName
{
color: #3E1451;
}
.AnyTagClassName
{
color: #3E1451;
}
</style>
background-color css
<style>
a { background-color: #3E1451; }
a { background-color: rgb(62,20,81); }
div.DivClassName
{
background-color: #3E1451;
}
.BgClassName
{
background-color: #3E1451;
}
</style>
border-color css
<style>
span { border-color: #3E1451; }
span { border-color: rgb(62,20,81); }
td.TdClassName
{
border-color: #3E1451;
}
.TagClassName
{
border-color: #3E1451;
}
</style>