Shades of Blackcurrant #3E0044
Tints of Blackcurrant #3E0044
RGB
CMYK
RGB Variations
Color information
#3E0044 (or 0x3E0044) is known color: Blackcurrant. HEX triplet: 3E, 00 and 44. RGB value is (62,0,68). Sum of RGB (Red+Green+Blue) = 62+0+68=130 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.69% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 68 (26.95% from 255 or 52.31% from 130); Max value from RGB is 68 - color contains mainly: blue. Hex color #3E0044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0044 is #C1FFBB. Grayscale: #1A1A1A. Windows color (decimal): -12713916 or 4456510. OLE color: 4456510.
HSL color Cylindrical-coordinate representation of color #3E0044: hue angle of 294.71º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E0044 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 0 | 68 | - |
| CMYK | 0.09 | 1 | 0 | 0.73 |
| HSL | 294.71º | 1% | 0.13% | - |
| HSV(B) | 294.71º | 1% | 0.27% | - |
| XYZ | 3.03 | 1.44 | 5.59 | - |
| YUV | 26.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 68 | 0.09 | 1 | 0 | 0.73 | 294.71 | 1 | 0.13 |
| Hex | 3E | 0 | 44 | 9 | 64 | 0 | 49 | 127 | 64 | D |
| Octal | 76 | 0 | 104 | 11 | 144 | 0 | 111 | 447 | 144 | 15 |
| Binary | 111110 | 0 | 1000100 | 1001 | 1100100 | 0 | 1001001 | 100100111 | 1100100 | 1101 |
Color Harmonies of #3E0044
Complementary color
Monochromatic Colors of #3E0044
Black with #3E0044
Text Example
Text Example
White with #3E0044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0044; }
p { color: rgb(62,0,68); }
H1.HeaderClassName
{
color: #3E0044;
}
.AnyTagClassName
{
color: #3E0044;
}
</style>
background-color css
<style>
a { background-color: #3E0044; }
a { background-color: rgb(62,0,68); }
div.DivClassName
{
background-color: #3E0044;
}
.BgClassName
{
background-color: #3E0044;
}
</style>
border-color css
<style>
span { border-color: #3E0044; }
span { border-color: rgb(62,0,68); }
td.TdClassName
{
border-color: #3E0044;
}
.TagClassName
{
border-color: #3E0044;
}
</style>