Shades of Blackcurrant #340A4D
Tints of Blackcurrant #340A4D
RGB
CMYK
RGB Variations
Color information
#340A4D (or 0x340A4D) is known color: Blackcurrant. HEX triplet: 34, 0A and 4D. RGB value is (52,10,77). Sum of RGB (Red+Green+Blue) = 52+10+77=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 10 (4.30% from 255 or 7.19% from 139); Blue value is 77 (30.47% from 255 or 55.40% from 139); Max value from RGB is 77 - color contains mainly: blue. Hex color #340A4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340A4D is #CBF5B2. Grayscale: #1D1D1D. Windows color (decimal): -13366707 or 5048884. OLE color: 5048884.
HSL color Cylindrical-coordinate representation of color #340A4D: hue angle of 277.61º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #340A4D is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 10 | 77 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.70 |
| HSL | 277.61º | 0.77% | 0.17% | - |
| HSV(B) | 277.61º | 0.87% | 0.3% | - |
| XYZ | 2.86 | 1.48 | 7.16 | - |
| YUV | 30.2 | 154.41 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 10 | 77 | 0.32 | 0.87 | 0 | 0.70 | 277.61 | 0.77 | 0.17 |
| Hex | 34 | A | 4D | 20 | 57 | 0 | 46 | 116 | 4D | 11 |
| Octal | 64 | 12 | 115 | 40 | 127 | 0 | 106 | 426 | 115 | 21 |
| Binary | 110100 | 1010 | 1001101 | 100000 | 1010111 | 0 | 1000110 | 100010110 | 1001101 | 10001 |
Color Harmonies of #340A4D
Complementary color
Monochromatic Colors of #340A4D
Black with #340A4D
Text Example
Text Example
White with #340A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340A4D; }
p { color: rgb(52,10,77); }
H1.HeaderClassName
{
color: #340A4D;
}
.AnyTagClassName
{
color: #340A4D;
}
</style>
background-color css
<style>
a { background-color: #340A4D; }
a { background-color: rgb(52,10,77); }
div.DivClassName
{
background-color: #340A4D;
}
.BgClassName
{
background-color: #340A4D;
}
</style>
border-color css
<style>
span { border-color: #340A4D; }
span { border-color: rgb(52,10,77); }
td.TdClassName
{
border-color: #340A4D;
}
.TagClassName
{
border-color: #340A4D;
}
</style>