Shades of Blackcurrant #340151
Tints of Blackcurrant #340151
RGB
CMYK
RGB Variations
Color information
#340151 (or 0x340151) is known color: Blackcurrant. HEX triplet: 34, 01 and 51. RGB value is (52,1,81). Sum of RGB (Red+Green+Blue) = 52+1+81=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 81 (32.03% from 255 or 60.45% from 134); Max value from RGB is 81 - color contains mainly: blue. Hex color #340151 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340151 is #CBFEAE. Grayscale: #191919. Windows color (decimal): -13369007 or 5308724. OLE color: 5308724.
HSL color Cylindrical-coordinate representation of color #340151: hue angle of 278.25º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #340151 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 1 | 81 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.68 |
| HSL | 278.25º | 0.98% | 0.16% | - |
| HSV(B) | 278.25º | 0.99% | 0.32% | - |
| XYZ | 2.91 | 1.35 | 7.89 | - |
| YUV | 25.37 | 159.4 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 1 | 81 | 0.36 | 0.99 | 0 | 0.68 | 278.25 | 0.98 | 0.16 |
| Hex | 34 | 1 | 51 | 24 | 63 | 0 | 44 | 116 | 62 | 10 |
| Octal | 64 | 1 | 121 | 44 | 143 | 0 | 104 | 426 | 142 | 20 |
| Binary | 110100 | 1 | 1010001 | 100100 | 1100011 | 0 | 1000100 | 100010110 | 1100010 | 10000 |
Color Harmonies of #340151
Complementary color
Monochromatic Colors of #340151
Black with #340151
Text Example
Text Example
White with #340151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340151; }
p { color: rgb(52,1,81); }
H1.HeaderClassName
{
color: #340151;
}
.AnyTagClassName
{
color: #340151;
}
</style>
background-color css
<style>
a { background-color: #340151; }
a { background-color: rgb(52,1,81); }
div.DivClassName
{
background-color: #340151;
}
.BgClassName
{
background-color: #340151;
}
</style>
border-color css
<style>
span { border-color: #340151; }
span { border-color: rgb(52,1,81); }
td.TdClassName
{
border-color: #340151;
}
.TagClassName
{
border-color: #340151;
}
</style>