Shades of Blackcurrant #341050
Tints of Blackcurrant #341050
RGB
CMYK
RGB Variations
Color information
#341050 (or 0x341050) is known color: Blackcurrant. HEX triplet: 34, 10 and 50. RGB value is (52,16,80). Sum of RGB (Red+Green+Blue) = 52+16+80=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 80 (31.64% from 255 or 54.05% from 148); Max value from RGB is 80 - color contains mainly: blue. Hex color #341050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341050 is #CBEFAF. Grayscale: #212121. Windows color (decimal): -13365168 or 5247028. OLE color: 5247028.
HSL color Cylindrical-coordinate representation of color #341050: hue angle of 273.75º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #341050 is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 16 | 80 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.69 |
| HSL | 273.75º | 0.67% | 0.19% | - |
| HSV(B) | 273.75º | 0.8% | 0.31% | - |
| XYZ | 3.05 | 1.68 | 7.75 | - |
| YUV | 34.06 | 153.93 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 16 | 80 | 0.35 | 0.80 | 0 | 0.69 | 273.75 | 0.67 | 0.19 |
| Hex | 34 | 10 | 50 | 23 | 50 | 0 | 45 | 112 | 43 | 13 |
| Octal | 64 | 20 | 120 | 43 | 120 | 0 | 105 | 422 | 103 | 23 |
| Binary | 110100 | 10000 | 1010000 | 100011 | 1010000 | 0 | 1000101 | 100010010 | 1000011 | 10011 |
Color Harmonies of #341050
Complementary color
Monochromatic Colors of #341050
Black with #341050
Text Example
Text Example
White with #341050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341050; }
p { color: rgb(52,16,80); }
H1.HeaderClassName
{
color: #341050;
}
.AnyTagClassName
{
color: #341050;
}
</style>
background-color css
<style>
a { background-color: #341050; }
a { background-color: rgb(52,16,80); }
div.DivClassName
{
background-color: #341050;
}
.BgClassName
{
background-color: #341050;
}
</style>
border-color css
<style>
span { border-color: #341050; }
span { border-color: rgb(52,16,80); }
td.TdClassName
{
border-color: #341050;
}
.TagClassName
{
border-color: #341050;
}
</style>