Shades of Blackcurrant #340158
Tints of Blackcurrant #340158
RGB
CMYK
RGB Variations
Color information
#340158 (or 0x340158) is known color: Blackcurrant. HEX triplet: 34, 01 and 58. RGB value is (52,1,88). Sum of RGB (Red+Green+Blue) = 52+1+88=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 88 (34.77% from 255 or 62.41% from 141); Max value from RGB is 88 - color contains mainly: blue. Hex color #340158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340158 is #CBFEA7. Grayscale: #191919. Windows color (decimal): -13369000 or 5767476. OLE color: 5767476.
HSL color Cylindrical-coordinate representation of color #340158: hue angle of 275.17º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #340158 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 1 | 88 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.65 |
| HSL | 275.17º | 0.98% | 0.17% | - |
| HSV(B) | 275.17º | 0.99% | 0.35% | - |
| XYZ | 3.19 | 1.46 | 9.35 | - |
| YUV | 26.17 | 162.9 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 1 | 88 | 0.41 | 0.99 | 0 | 0.65 | 275.17 | 0.98 | 0.17 |
| Hex | 34 | 1 | 58 | 29 | 63 | 0 | 41 | 113 | 62 | 11 |
| Octal | 64 | 1 | 130 | 51 | 143 | 0 | 101 | 423 | 142 | 21 |
| Binary | 110100 | 1 | 1011000 | 101001 | 1100011 | 0 | 1000001 | 100010011 | 1100010 | 10001 |
Color Harmonies of #340158
Complementary color
Monochromatic Colors of #340158
Black with #340158
Text Example
Text Example
White with #340158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340158; }
p { color: rgb(52,1,88); }
H1.HeaderClassName
{
color: #340158;
}
.AnyTagClassName
{
color: #340158;
}
</style>
background-color css
<style>
a { background-color: #340158; }
a { background-color: rgb(52,1,88); }
div.DivClassName
{
background-color: #340158;
}
.BgClassName
{
background-color: #340158;
}
</style>
border-color css
<style>
span { border-color: #340158; }
span { border-color: rgb(52,1,88); }
td.TdClassName
{
border-color: #340158;
}
.TagClassName
{
border-color: #340158;
}
</style>