Shades of Blackcurrant #3E0F52
Tints of Blackcurrant #3E0F52
RGB
CMYK
RGB Variations
Color information
#3E0F52 (or 0x3E0F52) is known color: Blackcurrant. HEX triplet: 3E, 0F and 52. RGB value is (62,15,82). Sum of RGB (Red+Green+Blue) = 62+15+82=159 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.99% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 82 (32.42% from 255 or 51.57% from 159); Max value from RGB is 82 - color contains mainly: blue. Hex color #3E0F52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0F52 is #C1F0AD. Grayscale: #242424. Windows color (decimal): -12710062 or 5377854. OLE color: 5377854.
HSL color Cylindrical-coordinate representation of color #3E0F52: hue angle of 282.09º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E0F52 is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 62 | 15 | 82 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.68 |
| HSL | 282.09º | 0.69% | 0.19% | - |
| HSV(B) | 282.09º | 0.82% | 0.32% | - |
| XYZ | 3.68 | 1.97 | 8.17 | - |
| YUV | 36.69 | 153.57 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 15 | 82 | 0.24 | 0.82 | 0 | 0.68 | 282.09 | 0.69 | 0.19 |
| Hex | 3E | F | 52 | 18 | 52 | 0 | 44 | 11A | 45 | 13 |
| Octal | 76 | 17 | 122 | 30 | 122 | 0 | 104 | 432 | 105 | 23 |
| Binary | 111110 | 1111 | 1010010 | 11000 | 1010010 | 0 | 1000100 | 100011010 | 1000101 | 10011 |
Color Harmonies of #3E0F52
Complementary color
Monochromatic Colors of #3E0F52
Black with #3E0F52
Text Example
Text Example
White with #3E0F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0F52; }
p { color: rgb(62,15,82); }
H1.HeaderClassName
{
color: #3E0F52;
}
.AnyTagClassName
{
color: #3E0F52;
}
</style>
background-color css
<style>
a { background-color: #3E0F52; }
a { background-color: rgb(62,15,82); }
div.DivClassName
{
background-color: #3E0F52;
}
.BgClassName
{
background-color: #3E0F52;
}
</style>
border-color css
<style>
span { border-color: #3E0F52; }
span { border-color: rgb(62,15,82); }
td.TdClassName
{
border-color: #3E0F52;
}
.TagClassName
{
border-color: #3E0F52;
}
</style>