Shades of Blackcurrant #340544
Tints of Blackcurrant #340544
RGB
CMYK
RGB Variations
Color information
#340544 (or 0x340544) is known color: Blackcurrant. HEX triplet: 34, 05 and 44. RGB value is (52,5,68). Sum of RGB (Red+Green+Blue) = 52+5+68=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 68 (26.95% from 255 or 54.4% from 125); Max value from RGB is 68 - color contains mainly: blue. Hex color #340544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340544 is #CBFABB. Grayscale: #1A1A1A. Windows color (decimal): -13367996 or 4457780. OLE color: 4457780.
HSL color Cylindrical-coordinate representation of color #340544: hue angle of 284.76º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #340544 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 5 | 68 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.73 |
| HSL | 284.76º | 0.86% | 0.14% | - |
| HSV(B) | 284.76º | 0.93% | 0.27% | - |
| XYZ | 2.51 | 1.26 | 5.58 | - |
| YUV | 26.24 | 151.57 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 5 | 68 | 0.24 | 0.93 | 0 | 0.73 | 284.76 | 0.86 | 0.14 |
| Hex | 34 | 5 | 44 | 18 | 5D | 0 | 49 | 11D | 56 | E |
| Octal | 64 | 5 | 104 | 30 | 135 | 0 | 111 | 435 | 126 | 16 |
| Binary | 110100 | 101 | 1000100 | 11000 | 1011101 | 0 | 1001001 | 100011101 | 1010110 | 1110 |
Color Harmonies of #340544
Complementary color
Monochromatic Colors of #340544
Black with #340544
Text Example
Text Example
White with #340544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340544; }
p { color: rgb(52,5,68); }
H1.HeaderClassName
{
color: #340544;
}
.AnyTagClassName
{
color: #340544;
}
</style>
background-color css
<style>
a { background-color: #340544; }
a { background-color: rgb(52,5,68); }
div.DivClassName
{
background-color: #340544;
}
.BgClassName
{
background-color: #340544;
}
</style>
border-color css
<style>
span { border-color: #340544; }
span { border-color: rgb(52,5,68); }
td.TdClassName
{
border-color: #340544;
}
.TagClassName
{
border-color: #340544;
}
</style>