Shades of Blackcurrant #340542
Tints of Blackcurrant #340542
RGB
CMYK
RGB Variations
Color information
#340542 (or 0x340542) is known color: Blackcurrant. HEX triplet: 34, 05 and 42. RGB value is (52,5,66). Sum of RGB (Red+Green+Blue) = 52+5+66=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 66 (26.17% from 255 or 53.66% from 123); Max value from RGB is 66 - color contains mainly: blue. Hex color #340542 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340542 is #CBFABD. Grayscale: #191919. Windows color (decimal): -13367998 or 4326708. OLE color: 4326708.
HSL color Cylindrical-coordinate representation of color #340542: hue angle of 286.23º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #340542 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 5 | 66 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.74 |
| HSL | 286.23º | 0.86% | 0.14% | - |
| HSV(B) | 286.23º | 0.92% | 0.26% | - |
| XYZ | 2.45 | 1.23 | 5.26 | - |
| YUV | 26.01 | 150.57 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 5 | 66 | 0.21 | 0.92 | 0 | 0.74 | 286.23 | 0.86 | 0.14 |
| Hex | 34 | 5 | 42 | 15 | 5C | 0 | 4A | 11E | 56 | E |
| Octal | 64 | 5 | 102 | 25 | 134 | 0 | 112 | 436 | 126 | 16 |
| Binary | 110100 | 101 | 1000010 | 10101 | 1011100 | 0 | 1001010 | 100011110 | 1010110 | 1110 |
Color Harmonies of #340542
Complementary color
Monochromatic Colors of #340542
Black with #340542
Text Example
Text Example
White with #340542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340542; }
p { color: rgb(52,5,66); }
H1.HeaderClassName
{
color: #340542;
}
.AnyTagClassName
{
color: #340542;
}
</style>
background-color css
<style>
a { background-color: #340542; }
a { background-color: rgb(52,5,66); }
div.DivClassName
{
background-color: #340542;
}
.BgClassName
{
background-color: #340542;
}
</style>
border-color css
<style>
span { border-color: #340542; }
span { border-color: rgb(52,5,66); }
td.TdClassName
{
border-color: #340542;
}
.TagClassName
{
border-color: #340542;
}
</style>