Shades of Blackcurrant #3E164F
Tints of Blackcurrant #3E164F
RGB
CMYK
RGB Variations
Color information
#3E164F (or 0x3E164F) is known color: Blackcurrant. HEX triplet: 3E, 16 and 4F. RGB value is (62,22,79). Sum of RGB (Red+Green+Blue) = 62+22+79=163 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.04% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 79 (31.25% from 255 or 48.47% from 163); Max value from RGB is 79 - color contains mainly: blue. Hex color #3E164F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E164F is #C1E9B0. Grayscale: #282828. Windows color (decimal): -12708273 or 5183038. OLE color: 5183038.
HSL color Cylindrical-coordinate representation of color #3E164F: hue angle of 282.11º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E164F is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 22 | 79 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.69 |
| HSL | 282.11º | 0.56% | 0.2% | - |
| HSV(B) | 282.11º | 0.72% | 0.31% | - |
| XYZ | 3.68 | 2.16 | 7.62 | - |
| YUV | 40.46 | 149.75 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 22 | 79 | 0.22 | 0.72 | 0 | 0.69 | 282.11 | 0.56 | 0.2 |
| Hex | 3E | 16 | 4F | 16 | 48 | 0 | 45 | 11A | 38 | 14 |
| Octal | 76 | 26 | 117 | 26 | 110 | 0 | 105 | 432 | 70 | 24 |
| Binary | 111110 | 10110 | 1001111 | 10110 | 1001000 | 0 | 1000101 | 100011010 | 111000 | 10100 |
Color Harmonies of #3E164F
Complementary color
Monochromatic Colors of #3E164F
Black with #3E164F
Text Example
Text Example
White with #3E164F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E164F; }
p { color: rgb(62,22,79); }
H1.HeaderClassName
{
color: #3E164F;
}
.AnyTagClassName
{
color: #3E164F;
}
</style>
background-color css
<style>
a { background-color: #3E164F; }
a { background-color: rgb(62,22,79); }
div.DivClassName
{
background-color: #3E164F;
}
.BgClassName
{
background-color: #3E164F;
}
</style>
border-color css
<style>
span { border-color: #3E164F; }
span { border-color: rgb(62,22,79); }
td.TdClassName
{
border-color: #3E164F;
}
.TagClassName
{
border-color: #3E164F;
}
</style>