Shades of Blackcurrant #3E1949
Tints of Blackcurrant #3E1949
RGB
CMYK
RGB Variations
Color information
#3E1949 (or 0x3E1949) is known color: Blackcurrant. HEX triplet: 3E, 19 and 49. RGB value is (62,25,73). Sum of RGB (Red+Green+Blue) = 62+25+73=160 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.75% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 73 - color contains mainly: blue. Hex color #3E1949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1949 is #C1E6B6. Grayscale: #292929. Windows color (decimal): -12707511 or 4790590. OLE color: 4790590.
HSL color Cylindrical-coordinate representation of color #3E1949: hue angle of 286.25º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E1949 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 25 | 73 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.71 |
| HSL | 286.25º | 0.49% | 0.19% | - |
| HSV(B) | 286.25º | 0.66% | 0.29% | - |
| XYZ | 3.54 | 2.2 | 6.54 | - |
| YUV | 41.54 | 145.76 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 25 | 73 | 0.15 | 0.66 | 0 | 0.71 | 286.25 | 0.49 | 0.19 |
| Hex | 3E | 19 | 49 | F | 42 | 0 | 47 | 11E | 31 | 13 |
| Octal | 76 | 31 | 111 | 17 | 102 | 0 | 107 | 436 | 61 | 23 |
| Binary | 111110 | 11001 | 1001001 | 1111 | 1000010 | 0 | 1000111 | 100011110 | 110001 | 10011 |
Color Harmonies of #3E1949
Complementary color
Monochromatic Colors of #3E1949
Black with #3E1949
Text Example
Text Example
White with #3E1949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1949; }
p { color: rgb(62,25,73); }
H1.HeaderClassName
{
color: #3E1949;
}
.AnyTagClassName
{
color: #3E1949;
}
</style>
background-color css
<style>
a { background-color: #3E1949; }
a { background-color: rgb(62,25,73); }
div.DivClassName
{
background-color: #3E1949;
}
.BgClassName
{
background-color: #3E1949;
}
</style>
border-color css
<style>
span { border-color: #3E1949; }
span { border-color: rgb(62,25,73); }
td.TdClassName
{
border-color: #3E1949;
}
.TagClassName
{
border-color: #3E1949;
}
</style>