Shades of Blackcurrant #3E1153
Tints of Blackcurrant #3E1153
RGB
CMYK
RGB Variations
Color information
#3E1153 (or 0x3E1153) is known color: Blackcurrant. HEX triplet: 3E, 11 and 53. RGB value is (62,17,83). Sum of RGB (Red+Green+Blue) = 62+17+83=162 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.27% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 83 (32.81% from 255 or 51.23% from 162); Max value from RGB is 83 - color contains mainly: blue. Hex color #3E1153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1153 is #C1EEAC. Grayscale: #252525. Windows color (decimal): -12709549 or 5443902. OLE color: 5443902.
HSL color Cylindrical-coordinate representation of color #3E1153: hue angle of 280.91º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3E1153 is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 17 | 83 | - |
| CMYK | 0.25 | 0.80 | 0 | 0.67 |
| HSL | 280.91º | 0.66% | 0.2% | - |
| HSV(B) | 280.91º | 0.8% | 0.33% | - |
| XYZ | 3.75 | 2.05 | 8.38 | - |
| YUV | 37.98 | 153.41 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 17 | 83 | 0.25 | 0.80 | 0 | 0.67 | 280.91 | 0.66 | 0.2 |
| Hex | 3E | 11 | 53 | 19 | 50 | 0 | 43 | 119 | 42 | 14 |
| Octal | 76 | 21 | 123 | 31 | 120 | 0 | 103 | 431 | 102 | 24 |
| Binary | 111110 | 10001 | 1010011 | 11001 | 1010000 | 0 | 1000011 | 100011001 | 1000010 | 10100 |
Color Harmonies of #3E1153
Complementary color
Monochromatic Colors of #3E1153
Black with #3E1153
Text Example
Text Example
White with #3E1153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1153; }
p { color: rgb(62,17,83); }
H1.HeaderClassName
{
color: #3E1153;
}
.AnyTagClassName
{
color: #3E1153;
}
</style>
background-color css
<style>
a { background-color: #3E1153; }
a { background-color: rgb(62,17,83); }
div.DivClassName
{
background-color: #3E1153;
}
.BgClassName
{
background-color: #3E1153;
}
</style>
border-color css
<style>
span { border-color: #3E1153; }
span { border-color: rgb(62,17,83); }
td.TdClassName
{
border-color: #3E1153;
}
.TagClassName
{
border-color: #3E1153;
}
</style>