Shades of Blackcurrant #3E104D
Tints of Blackcurrant #3E104D
RGB
CMYK
RGB Variations
Color information
#3E104D (or 0x3E104D) is known color: Blackcurrant. HEX triplet: 3E, 10 and 4D. RGB value is (62,16,77). Sum of RGB (Red+Green+Blue) = 62+16+77=155 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 77 (30.47% from 255 or 49.68% from 155); Max value from RGB is 77 - color contains mainly: blue. Hex color #3E104D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E104D is #C1EFB2. Grayscale: #242424. Windows color (decimal): -12709811 or 5050430. OLE color: 5050430.
HSL color Cylindrical-coordinate representation of color #3E104D: hue angle of 285.25º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E104D is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 62 | 16 | 77 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.70 |
| HSL | 285.25º | 0.66% | 0.18% | - |
| HSV(B) | 285.25º | 0.79% | 0.3% | - |
| XYZ | 3.51 | 1.93 | 7.21 | - |
| YUV | 36.71 | 150.74 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 16 | 77 | 0.19 | 0.79 | 0 | 0.70 | 285.25 | 0.66 | 0.18 |
| Hex | 3E | 10 | 4D | 13 | 4F | 0 | 46 | 11D | 42 | 12 |
| Octal | 76 | 20 | 115 | 23 | 117 | 0 | 106 | 435 | 102 | 22 |
| Binary | 111110 | 10000 | 1001101 | 10011 | 1001111 | 0 | 1000110 | 100011101 | 1000010 | 10010 |
Color Harmonies of #3E104D
Complementary color
Monochromatic Colors of #3E104D
Black with #3E104D
Text Example
Text Example
White with #3E104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E104D; }
p { color: rgb(62,16,77); }
H1.HeaderClassName
{
color: #3E104D;
}
.AnyTagClassName
{
color: #3E104D;
}
</style>
background-color css
<style>
a { background-color: #3E104D; }
a { background-color: rgb(62,16,77); }
div.DivClassName
{
background-color: #3E104D;
}
.BgClassName
{
background-color: #3E104D;
}
</style>
border-color css
<style>
span { border-color: #3E104D; }
span { border-color: rgb(62,16,77); }
td.TdClassName
{
border-color: #3E104D;
}
.TagClassName
{
border-color: #3E104D;
}
</style>