Shades of Blackcurrant #3E014B
Tints of Blackcurrant #3E014B
RGB
CMYK
RGB Variations
Color information
#3E014B (or 0x3E014B) is known color: Blackcurrant. HEX triplet: 3E, 01 and 4B. RGB value is (62,1,75). Sum of RGB (Red+Green+Blue) = 62+1+75=138 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.93% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 75 (29.69% from 255 or 54.35% from 138); Max value from RGB is 75 - color contains mainly: blue. Hex color #3E014B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E014B is #C1FEB4. Grayscale: #1B1B1B. Windows color (decimal): -12713653 or 4915518. OLE color: 4915518.
HSL color Cylindrical-coordinate representation of color #3E014B: hue angle of 289.46º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E014B is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 1 | 75 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.71 |
| HSL | 289.46º | 0.97% | 0.15% | - |
| HSV(B) | 289.46º | 0.99% | 0.29% | - |
| XYZ | 3.27 | 1.55 | 6.78 | - |
| YUV | 27.68 | 154.71 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 1 | 75 | 0.17 | 0.99 | 0 | 0.71 | 289.46 | 0.97 | 0.15 |
| Hex | 3E | 1 | 4B | 11 | 63 | 0 | 47 | 121 | 61 | F |
| Octal | 76 | 1 | 113 | 21 | 143 | 0 | 107 | 441 | 141 | 17 |
| Binary | 111110 | 1 | 1001011 | 10001 | 1100011 | 0 | 1000111 | 100100001 | 1100001 | 1111 |
Color Harmonies of #3E014B
Complementary color
Monochromatic Colors of #3E014B
Black with #3E014B
Text Example
Text Example
White with #3E014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E014B; }
p { color: rgb(62,1,75); }
H1.HeaderClassName
{
color: #3E014B;
}
.AnyTagClassName
{
color: #3E014B;
}
</style>
background-color css
<style>
a { background-color: #3E014B; }
a { background-color: rgb(62,1,75); }
div.DivClassName
{
background-color: #3E014B;
}
.BgClassName
{
background-color: #3E014B;
}
</style>
border-color css
<style>
span { border-color: #3E014B; }
span { border-color: rgb(62,1,75); }
td.TdClassName
{
border-color: #3E014B;
}
.TagClassName
{
border-color: #3E014B;
}
</style>