Shades of Blackcurrant #340344
Tints of Blackcurrant #340344
RGB
CMYK
RGB Variations
Color information
#340344 (or 0x340344) is known color: Blackcurrant. HEX triplet: 34, 03 and 44. RGB value is (52,3,68). Sum of RGB (Red+Green+Blue) = 52+3+68=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 68 (26.95% from 255 or 55.28% from 123); Max value from RGB is 68 - color contains mainly: blue. Hex color #340344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340344 is #CBFCBB. Grayscale: #181818. Windows color (decimal): -13368508 or 4457268. OLE color: 4457268.
HSL color Cylindrical-coordinate representation of color #340344: hue angle of 285.23º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #340344 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 3 | 68 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.73 |
| HSL | 285.23º | 0.92% | 0.14% | - |
| HSV(B) | 285.23º | 0.96% | 0.27% | - |
| XYZ | 2.49 | 1.21 | 5.57 | - |
| YUV | 25.06 | 152.23 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 3 | 68 | 0.24 | 0.96 | 0 | 0.73 | 285.23 | 0.92 | 0.14 |
| Hex | 34 | 3 | 44 | 18 | 60 | 0 | 49 | 11D | 5C | E |
| Octal | 64 | 3 | 104 | 30 | 140 | 0 | 111 | 435 | 134 | 16 |
| Binary | 110100 | 11 | 1000100 | 11000 | 1100000 | 0 | 1001001 | 100011101 | 1011100 | 1110 |
Color Harmonies of #340344
Complementary color
Monochromatic Colors of #340344
Black with #340344
Text Example
Text Example
White with #340344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340344; }
p { color: rgb(52,3,68); }
H1.HeaderClassName
{
color: #340344;
}
.AnyTagClassName
{
color: #340344;
}
</style>
background-color css
<style>
a { background-color: #340344; }
a { background-color: rgb(52,3,68); }
div.DivClassName
{
background-color: #340344;
}
.BgClassName
{
background-color: #340344;
}
</style>
border-color css
<style>
span { border-color: #340344; }
span { border-color: rgb(52,3,68); }
td.TdClassName
{
border-color: #340344;
}
.TagClassName
{
border-color: #340344;
}
</style>