Shades of Blackcurrant #340748
Tints of Blackcurrant #340748
RGB
CMYK
RGB Variations
Color information
#340748 (or 0x340748) is known color: Blackcurrant. HEX triplet: 34, 07 and 48. RGB value is (52,7,72). Sum of RGB (Red+Green+Blue) = 52+7+72=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #340748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340748 is #CBF8B7. Grayscale: #1B1B1B. Windows color (decimal): -13367480 or 4720436. OLE color: 4720436.
HSL color Cylindrical-coordinate representation of color #340748: hue angle of 281.54º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340748 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 52 | 7 | 72 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.72 |
| HSL | 281.54º | 0.82% | 0.15% | - |
| HSV(B) | 281.54º | 0.9% | 0.28% | - |
| XYZ | 2.66 | 1.35 | 6.25 | - |
| YUV | 27.87 | 152.91 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 7 | 72 | 0.28 | 0.90 | 0 | 0.72 | 281.54 | 0.82 | 0.15 |
| Hex | 34 | 7 | 48 | 1C | 5A | 0 | 48 | 11A | 52 | F |
| Octal | 64 | 7 | 110 | 34 | 132 | 0 | 110 | 432 | 122 | 17 |
| Binary | 110100 | 111 | 1001000 | 11100 | 1011010 | 0 | 1001000 | 100011010 | 1010010 | 1111 |
Color Harmonies of #340748
Complementary color
Monochromatic Colors of #340748
Black with #340748
Text Example
Text Example
White with #340748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340748; }
p { color: rgb(52,7,72); }
H1.HeaderClassName
{
color: #340748;
}
.AnyTagClassName
{
color: #340748;
}
</style>
background-color css
<style>
a { background-color: #340748; }
a { background-color: rgb(52,7,72); }
div.DivClassName
{
background-color: #340748;
}
.BgClassName
{
background-color: #340748;
}
</style>
border-color css
<style>
span { border-color: #340748; }
span { border-color: rgb(52,7,72); }
td.TdClassName
{
border-color: #340748;
}
.TagClassName
{
border-color: #340748;
}
</style>