Shades of Blackcurrant #340B51
Tints of Blackcurrant #340B51
RGB
CMYK
RGB Variations
Color information
#340B51 (or 0x340B51) is known color: Blackcurrant. HEX triplet: 34, 0B and 51. RGB value is (52,11,81). Sum of RGB (Red+Green+Blue) = 52+11+81=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 81 (32.03% from 255 or 56.25% from 144); Max value from RGB is 81 - color contains mainly: blue. Hex color #340B51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340B51 is #CBF4AE. Grayscale: #1F1F1F. Windows color (decimal): -13366447 or 5311284. OLE color: 5311284.
HSL color Cylindrical-coordinate representation of color #340B51: hue angle of 275.14º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #340B51 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 11 | 81 | - |
| CMYK | 0.36 | 0.86 | 0 | 0.68 |
| HSL | 275.14º | 0.76% | 0.18% | - |
| HSV(B) | 275.14º | 0.86% | 0.32% | - |
| XYZ | 3.02 | 1.56 | 7.93 | - |
| YUV | 31.24 | 156.08 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 11 | 81 | 0.36 | 0.86 | 0 | 0.68 | 275.14 | 0.76 | 0.18 |
| Hex | 34 | B | 51 | 24 | 56 | 0 | 44 | 113 | 4C | 12 |
| Octal | 64 | 13 | 121 | 44 | 126 | 0 | 104 | 423 | 114 | 22 |
| Binary | 110100 | 1011 | 1010001 | 100100 | 1010110 | 0 | 1000100 | 100010011 | 1001100 | 10010 |
Color Harmonies of #340B51
Complementary color
Monochromatic Colors of #340B51
Black with #340B51
Text Example
Text Example
White with #340B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340B51; }
p { color: rgb(52,11,81); }
H1.HeaderClassName
{
color: #340B51;
}
.AnyTagClassName
{
color: #340B51;
}
</style>
background-color css
<style>
a { background-color: #340B51; }
a { background-color: rgb(52,11,81); }
div.DivClassName
{
background-color: #340B51;
}
.BgClassName
{
background-color: #340B51;
}
</style>
border-color css
<style>
span { border-color: #340B51; }
span { border-color: rgb(52,11,81); }
td.TdClassName
{
border-color: #340B51;
}
.TagClassName
{
border-color: #340B51;
}
</style>