Shades of Blackcurrant #3E0155
Tints of Blackcurrant #3E0155
RGB
CMYK
RGB Variations
Color information
#3E0155 (or 0x3E0155) is known color: Blackcurrant. HEX triplet: 3E, 01 and 55. RGB value is (62,1,85). Sum of RGB (Red+Green+Blue) = 62+1+85=148 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.89% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 85 (33.59% from 255 or 57.43% from 148); Max value from RGB is 85 - color contains mainly: blue. Hex color #3E0155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0155 is #C1FEAA. Grayscale: #1C1C1C. Windows color (decimal): -12713643 or 5570878. OLE color: 5570878.
HSL color Cylindrical-coordinate representation of color #3E0155: hue angle of 283.57º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E0155 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 1 | 85 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.67 |
| HSL | 283.57º | 0.98% | 0.17% | - |
| HSV(B) | 283.57º | 0.99% | 0.33% | - |
| XYZ | 3.64 | 1.7 | 8.73 | - |
| YUV | 28.82 | 159.71 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 1 | 85 | 0.27 | 0.99 | 0 | 0.67 | 283.57 | 0.98 | 0.17 |
| Hex | 3E | 1 | 55 | 1B | 63 | 0 | 43 | 11C | 62 | 11 |
| Octal | 76 | 1 | 125 | 33 | 143 | 0 | 103 | 434 | 142 | 21 |
| Binary | 111110 | 1 | 1010101 | 11011 | 1100011 | 0 | 1000011 | 100011100 | 1100010 | 10001 |
Color Harmonies of #3E0155
Complementary color
Monochromatic Colors of #3E0155
Black with #3E0155
Text Example
Text Example
White with #3E0155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0155; }
p { color: rgb(62,1,85); }
H1.HeaderClassName
{
color: #3E0155;
}
.AnyTagClassName
{
color: #3E0155;
}
</style>
background-color css
<style>
a { background-color: #3E0155; }
a { background-color: rgb(62,1,85); }
div.DivClassName
{
background-color: #3E0155;
}
.BgClassName
{
background-color: #3E0155;
}
</style>
border-color css
<style>
span { border-color: #3E0155; }
span { border-color: rgb(62,1,85); }
td.TdClassName
{
border-color: #3E0155;
}
.TagClassName
{
border-color: #3E0155;
}
</style>