Shades of Blackcurrant #340744
Tints of Blackcurrant #340744
RGB
CMYK
RGB Variations
Color information
#340744 (or 0x340744) is known color: Blackcurrant. HEX triplet: 34, 07 and 44. RGB value is (52,7,68). Sum of RGB (Red+Green+Blue) = 52+7+68=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 68 (26.95% from 255 or 53.54% from 127); Max value from RGB is 68 - color contains mainly: blue. Hex color #340744 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340744 is #CBF8BB. Grayscale: #1B1B1B. Windows color (decimal): -13367484 or 4458292. OLE color: 4458292.
HSL color Cylindrical-coordinate representation of color #340744: hue angle of 284.26º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340744 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 7 | 68 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.73 |
| HSL | 284.26º | 0.81% | 0.15% | - |
| HSV(B) | 284.26º | 0.9% | 0.27% | - |
| XYZ | 2.54 | 1.3 | 5.59 | - |
| YUV | 27.41 | 150.91 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 7 | 68 | 0.24 | 0.90 | 0 | 0.73 | 284.26 | 0.81 | 0.15 |
| Hex | 34 | 7 | 44 | 18 | 5A | 0 | 49 | 11C | 51 | F |
| Octal | 64 | 7 | 104 | 30 | 132 | 0 | 111 | 434 | 121 | 17 |
| Binary | 110100 | 111 | 1000100 | 11000 | 1011010 | 0 | 1001001 | 100011100 | 1010001 | 1111 |
Color Harmonies of #340744
Complementary color
Monochromatic Colors of #340744
Black with #340744
Text Example
Text Example
White with #340744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340744; }
p { color: rgb(52,7,68); }
H1.HeaderClassName
{
color: #340744;
}
.AnyTagClassName
{
color: #340744;
}
</style>
background-color css
<style>
a { background-color: #340744; }
a { background-color: rgb(52,7,68); }
div.DivClassName
{
background-color: #340744;
}
.BgClassName
{
background-color: #340744;
}
</style>
border-color css
<style>
span { border-color: #340744; }
span { border-color: rgb(52,7,68); }
td.TdClassName
{
border-color: #340744;
}
.TagClassName
{
border-color: #340744;
}
</style>