Shades of Blackcurrant #3E0453
Tints of Blackcurrant #3E0453
RGB
CMYK
RGB Variations
Color information
#3E0453 (or 0x3E0453) is known color: Blackcurrant. HEX triplet: 3E, 04 and 53. RGB value is (62,4,83). Sum of RGB (Red+Green+Blue) = 62+4+83=149 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.61% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 83 (32.81% from 255 or 55.70% from 149); Max value from RGB is 83 - color contains mainly: blue. Hex color #3E0453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0453 is #C1FBAC. Grayscale: #1E1E1E. Windows color (decimal): -12712877 or 5440574. OLE color: 5440574.
HSL color Cylindrical-coordinate representation of color #3E0453: hue angle of 284.05º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E0453 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 4 | 83 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.67 |
| HSL | 284.05º | 0.91% | 0.17% | - |
| HSV(B) | 284.05º | 0.95% | 0.33% | - |
| XYZ | 3.59 | 1.74 | 8.33 | - |
| YUV | 30.35 | 157.72 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 4 | 83 | 0.25 | 0.95 | 0 | 0.67 | 284.05 | 0.91 | 0.17 |
| Hex | 3E | 4 | 53 | 19 | 5F | 0 | 43 | 11C | 5B | 11 |
| Octal | 76 | 4 | 123 | 31 | 137 | 0 | 103 | 434 | 133 | 21 |
| Binary | 111110 | 100 | 1010011 | 11001 | 1011111 | 0 | 1000011 | 100011100 | 1011011 | 10001 |
Color Harmonies of #3E0453
Complementary color
Monochromatic Colors of #3E0453
Black with #3E0453
Text Example
Text Example
White with #3E0453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0453; }
p { color: rgb(62,4,83); }
H1.HeaderClassName
{
color: #3E0453;
}
.AnyTagClassName
{
color: #3E0453;
}
</style>
background-color css
<style>
a { background-color: #3E0453; }
a { background-color: rgb(62,4,83); }
div.DivClassName
{
background-color: #3E0453;
}
.BgClassName
{
background-color: #3E0453;
}
</style>
border-color css
<style>
span { border-color: #3E0453; }
span { border-color: rgb(62,4,83); }
td.TdClassName
{
border-color: #3E0453;
}
.TagClassName
{
border-color: #3E0453;
}
</style>