Shades of Blackcurrant #3E0949
Tints of Blackcurrant #3E0949
RGB
CMYK
RGB Variations
Color information
#3E0949 (or 0x3E0949) is known color: Blackcurrant. HEX triplet: 3E, 09 and 49. RGB value is (62,9,73). Sum of RGB (Red+Green+Blue) = 62+9+73=144 (19% of max value = 765). Red value is 62 (24.61% from 255 or 43.06% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 73 (28.91% from 255 or 50.69% from 144); Max value from RGB is 73 - color contains mainly: blue. Hex color #3E0949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0949 is #C1F6B6. Grayscale: #1F1F1F. Windows color (decimal): -12711607 or 4786494. OLE color: 4786494.
HSL color Cylindrical-coordinate representation of color #3E0949: hue angle of 289.69º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3E0949 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 9 | 73 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.71 |
| HSL | 289.69º | 0.78% | 0.16% | - |
| HSV(B) | 289.69º | 0.88% | 0.29% | - |
| XYZ | 3.29 | 1.7 | 6.46 | - |
| YUV | 32.14 | 151.06 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 9 | 73 | 0.15 | 0.88 | 0 | 0.71 | 289.69 | 0.78 | 0.16 |
| Hex | 3E | 9 | 49 | F | 58 | 0 | 47 | 122 | 4E | 10 |
| Octal | 76 | 11 | 111 | 17 | 130 | 0 | 107 | 442 | 116 | 20 |
| Binary | 111110 | 1001 | 1001001 | 1111 | 1011000 | 0 | 1000111 | 100100010 | 1001110 | 10000 |
Color Harmonies of #3E0949
Complementary color
Monochromatic Colors of #3E0949
Black with #3E0949
Text Example
Text Example
White with #3E0949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0949; }
p { color: rgb(62,9,73); }
H1.HeaderClassName
{
color: #3E0949;
}
.AnyTagClassName
{
color: #3E0949;
}
</style>
background-color css
<style>
a { background-color: #3E0949; }
a { background-color: rgb(62,9,73); }
div.DivClassName
{
background-color: #3E0949;
}
.BgClassName
{
background-color: #3E0949;
}
</style>
border-color css
<style>
span { border-color: #3E0949; }
span { border-color: rgb(62,9,73); }
td.TdClassName
{
border-color: #3E0949;
}
.TagClassName
{
border-color: #3E0949;
}
</style>