Shades of Blackcurrant #340356
Tints of Blackcurrant #340356
RGB
CMYK
RGB Variations
Color information
#340356 (or 0x340356) is known color: Blackcurrant. HEX triplet: 34, 03 and 56. RGB value is (52,3,86). Sum of RGB (Red+Green+Blue) = 52+3+86=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 86 (33.98% from 255 or 60.99% from 141); Max value from RGB is 86 - color contains mainly: blue. Hex color #340356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340356 is #CBFCA9. Grayscale: #1A1A1A. Windows color (decimal): -13368490 or 5636916. OLE color: 5636916.
HSL color Cylindrical-coordinate representation of color #340356: hue angle of 275.42º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #340356 is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 3 | 86 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.66 |
| HSL | 275.42º | 0.93% | 0.17% | - |
| HSV(B) | 275.42º | 0.97% | 0.34% | - |
| XYZ | 3.13 | 1.47 | 8.92 | - |
| YUV | 27.11 | 161.23 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 3 | 86 | 0.40 | 0.97 | 0 | 0.66 | 275.42 | 0.93 | 0.17 |
| Hex | 34 | 3 | 56 | 28 | 61 | 0 | 42 | 113 | 5D | 11 |
| Octal | 64 | 3 | 126 | 50 | 141 | 0 | 102 | 423 | 135 | 21 |
| Binary | 110100 | 11 | 1010110 | 101000 | 1100001 | 0 | 1000010 | 100010011 | 1011101 | 10001 |
Color Harmonies of #340356
Complementary color
Monochromatic Colors of #340356
Black with #340356
Text Example
Text Example
White with #340356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340356; }
p { color: rgb(52,3,86); }
H1.HeaderClassName
{
color: #340356;
}
.AnyTagClassName
{
color: #340356;
}
</style>
background-color css
<style>
a { background-color: #340356; }
a { background-color: rgb(52,3,86); }
div.DivClassName
{
background-color: #340356;
}
.BgClassName
{
background-color: #340356;
}
</style>
border-color css
<style>
span { border-color: #340356; }
span { border-color: rgb(52,3,86); }
td.TdClassName
{
border-color: #340356;
}
.TagClassName
{
border-color: #340356;
}
</style>