Shades of Blackcurrant #3E0D55
Tints of Blackcurrant #3E0D55
RGB
CMYK
RGB Variations
Color information
#3E0D55 (or 0x3E0D55) is known color: Blackcurrant. HEX triplet: 3E, 0D and 55. RGB value is (62,13,85). Sum of RGB (Red+Green+Blue) = 62+13+85=160 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.75% from 160); Green value is 13 (5.47% from 255 or 8.12% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #3E0D55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0D55 is #C1F2AA. Grayscale: #232323. Windows color (decimal): -12710571 or 5573950. OLE color: 5573950.
HSL color Cylindrical-coordinate representation of color #3E0D55: hue angle of 280.83º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E0D55 is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 13 | 85 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.67 |
| HSL | 280.83º | 0.73% | 0.19% | - |
| HSV(B) | 280.83º | 0.85% | 0.33% | - |
| XYZ | 3.77 | 1.97 | 8.78 | - |
| YUV | 35.86 | 155.73 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 13 | 85 | 0.27 | 0.85 | 0 | 0.67 | 280.83 | 0.73 | 0.19 |
| Hex | 3E | D | 55 | 1B | 55 | 0 | 43 | 119 | 49 | 13 |
| Octal | 76 | 15 | 125 | 33 | 125 | 0 | 103 | 431 | 111 | 23 |
| Binary | 111110 | 1101 | 1010101 | 11011 | 1010101 | 0 | 1000011 | 100011001 | 1001001 | 10011 |
Color Harmonies of #3E0D55
Complementary color
Monochromatic Colors of #3E0D55
Black with #3E0D55
Text Example
Text Example
White with #3E0D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0D55; }
p { color: rgb(62,13,85); }
H1.HeaderClassName
{
color: #3E0D55;
}
.AnyTagClassName
{
color: #3E0D55;
}
</style>
background-color css
<style>
a { background-color: #3E0D55; }
a { background-color: rgb(62,13,85); }
div.DivClassName
{
background-color: #3E0D55;
}
.BgClassName
{
background-color: #3E0D55;
}
</style>
border-color css
<style>
span { border-color: #3E0D55; }
span { border-color: rgb(62,13,85); }
td.TdClassName
{
border-color: #3E0D55;
}
.TagClassName
{
border-color: #3E0D55;
}
</style>