Shades of Blackcurrant #3E0953
Tints of Blackcurrant #3E0953
RGB
CMYK
RGB Variations
Color information
#3E0953 (or 0x3E0953) is known color: Blackcurrant. HEX triplet: 3E, 09 and 53. RGB value is (62,9,83). Sum of RGB (Red+Green+Blue) = 62+9+83=154 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.26% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 83 (32.81% from 255 or 53.90% from 154); Max value from RGB is 83 - color contains mainly: blue. Hex color #3E0953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0953 is #C1F6AC. Grayscale: #212121. Windows color (decimal): -12711597 or 5441854. OLE color: 5441854.
HSL color Cylindrical-coordinate representation of color #3E0953: hue angle of 282.97º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E0953 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 9 | 83 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.67 |
| HSL | 282.97º | 0.8% | 0.18% | - |
| HSV(B) | 282.97º | 0.89% | 0.33% | - |
| XYZ | 3.65 | 1.84 | 8.35 | - |
| YUV | 33.28 | 156.06 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 9 | 83 | 0.25 | 0.89 | 0 | 0.67 | 282.97 | 0.8 | 0.18 |
| Hex | 3E | 9 | 53 | 19 | 59 | 0 | 43 | 11B | 50 | 12 |
| Octal | 76 | 11 | 123 | 31 | 131 | 0 | 103 | 433 | 120 | 22 |
| Binary | 111110 | 1001 | 1010011 | 11001 | 1011001 | 0 | 1000011 | 100011011 | 1010000 | 10010 |
Color Harmonies of #3E0953
Complementary color
Monochromatic Colors of #3E0953
Black with #3E0953
Text Example
Text Example
White with #3E0953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0953; }
p { color: rgb(62,9,83); }
H1.HeaderClassName
{
color: #3E0953;
}
.AnyTagClassName
{
color: #3E0953;
}
</style>
background-color css
<style>
a { background-color: #3E0953; }
a { background-color: rgb(62,9,83); }
div.DivClassName
{
background-color: #3E0953;
}
.BgClassName
{
background-color: #3E0953;
}
</style>
border-color css
<style>
span { border-color: #3E0953; }
span { border-color: rgb(62,9,83); }
td.TdClassName
{
border-color: #3E0953;
}
.TagClassName
{
border-color: #3E0953;
}
</style>