Shades of Blackcurrant #3E0055
Tints of Blackcurrant #3E0055
RGB
CMYK
RGB Variations
Color information
#3E0055 (or 0x3E0055) is known color: Blackcurrant. HEX triplet: 3E, 00 and 55. RGB value is (62,0,85). Sum of RGB (Red+Green+Blue) = 62+0+85=147 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.18% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 85 (33.59% from 255 or 57.82% from 147); Max value from RGB is 85 - color contains mainly: blue. Hex color #3E0055 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0055 is #C1FFAA. Grayscale: #1B1B1B. Windows color (decimal): -12713899 or 5570622. OLE color: 5570622.
HSL color Cylindrical-coordinate representation of color #3E0055: hue angle of 283.76º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E0055 is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 0 | 85 | - |
| CMYK | 0.27 | 1 | 0 | 0.67 |
| HSL | 283.76º | 1% | 0.17% | - |
| HSV(B) | 283.76º | 1% | 0.33% | - |
| XYZ | 3.63 | 1.68 | 8.73 | - |
| YUV | 28.23 | 160.04 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 85 | 0.27 | 1 | 0 | 0.67 | 283.76 | 1 | 0.17 |
| Hex | 3E | 0 | 55 | 1B | 64 | 0 | 43 | 11C | 64 | 11 |
| Octal | 76 | 0 | 125 | 33 | 144 | 0 | 103 | 434 | 144 | 21 |
| Binary | 111110 | 0 | 1010101 | 11011 | 1100100 | 0 | 1000011 | 100011100 | 1100100 | 10001 |
Color Harmonies of #3E0055
Complementary color
Monochromatic Colors of #3E0055
Black with #3E0055
Text Example
Text Example
White with #3E0055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0055; }
p { color: rgb(62,0,85); }
H1.HeaderClassName
{
color: #3E0055;
}
.AnyTagClassName
{
color: #3E0055;
}
</style>
background-color css
<style>
a { background-color: #3E0055; }
a { background-color: rgb(62,0,85); }
div.DivClassName
{
background-color: #3E0055;
}
.BgClassName
{
background-color: #3E0055;
}
</style>
border-color css
<style>
span { border-color: #3E0055; }
span { border-color: rgb(62,0,85); }
td.TdClassName
{
border-color: #3E0055;
}
.TagClassName
{
border-color: #3E0055;
}
</style>