Shades of Blackcurrant #3E0F50
Tints of Blackcurrant #3E0F50
RGB
CMYK
RGB Variations
Color information
#3E0F50 (or 0x3E0F50) is known color: Blackcurrant. HEX triplet: 3E, 0F and 50. RGB value is (62,15,80). Sum of RGB (Red+Green+Blue) = 62+15+80=157 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.49% from 157); Green value is 15 (6.25% from 255 or 9.55% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #3E0F50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0F50 is #C1F0AF. Grayscale: #242424. Windows color (decimal): -12710064 or 5246782. OLE color: 5246782.
HSL color Cylindrical-coordinate representation of color #3E0F50: hue angle of 283.38º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E0F50 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 15 | 80 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.69 |
| HSL | 283.38º | 0.68% | 0.19% | - |
| HSV(B) | 283.38º | 0.81% | 0.31% | - |
| XYZ | 3.61 | 1.94 | 7.77 | - |
| YUV | 36.46 | 152.57 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 15 | 80 | 0.22 | 0.81 | 0 | 0.69 | 283.38 | 0.68 | 0.19 |
| Hex | 3E | F | 50 | 16 | 51 | 0 | 45 | 11B | 44 | 13 |
| Octal | 76 | 17 | 120 | 26 | 121 | 0 | 105 | 433 | 104 | 23 |
| Binary | 111110 | 1111 | 1010000 | 10110 | 1010001 | 0 | 1000101 | 100011011 | 1000100 | 10011 |
Color Harmonies of #3E0F50
Complementary color
Monochromatic Colors of #3E0F50
Black with #3E0F50
Text Example
Text Example
White with #3E0F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0F50; }
p { color: rgb(62,15,80); }
H1.HeaderClassName
{
color: #3E0F50;
}
.AnyTagClassName
{
color: #3E0F50;
}
</style>
background-color css
<style>
a { background-color: #3E0F50; }
a { background-color: rgb(62,15,80); }
div.DivClassName
{
background-color: #3E0F50;
}
.BgClassName
{
background-color: #3E0F50;
}
</style>
border-color css
<style>
span { border-color: #3E0F50; }
span { border-color: rgb(62,15,80); }
td.TdClassName
{
border-color: #3E0F50;
}
.TagClassName
{
border-color: #3E0F50;
}
</style>