Shades of Blackcurrant #341351
Tints of Blackcurrant #341351
RGB
CMYK
RGB Variations
Color information
#341351 (or 0x341351) is known color: Blackcurrant. HEX triplet: 34, 13 and 51. RGB value is (52,19,81). Sum of RGB (Red+Green+Blue) = 52+19+81=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 81 (32.03% from 255 or 53.29% from 152); Max value from RGB is 81 - color contains mainly: blue. Hex color #341351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341351 is #CBECAE. Grayscale: #232323. Windows color (decimal): -13364399 or 5313332. OLE color: 5313332.
HSL color Cylindrical-coordinate representation of color #341351: hue angle of 271.94º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #341351 is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 19 | 81 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.68 |
| HSL | 271.94º | 0.62% | 0.2% | - |
| HSV(B) | 271.94º | 0.77% | 0.32% | - |
| XYZ | 3.13 | 1.79 | 7.96 | - |
| YUV | 35.94 | 153.43 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 19 | 81 | 0.36 | 0.77 | 0 | 0.68 | 271.94 | 0.62 | 0.2 |
| Hex | 34 | 13 | 51 | 24 | 4D | 0 | 44 | 110 | 3E | 14 |
| Octal | 64 | 23 | 121 | 44 | 115 | 0 | 104 | 420 | 76 | 24 |
| Binary | 110100 | 10011 | 1010001 | 100100 | 1001101 | 0 | 1000100 | 100010000 | 111110 | 10100 |
Color Harmonies of #341351
Complementary color
Monochromatic Colors of #341351
Black with #341351
Text Example
Text Example
White with #341351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341351; }
p { color: rgb(52,19,81); }
H1.HeaderClassName
{
color: #341351;
}
.AnyTagClassName
{
color: #341351;
}
</style>
background-color css
<style>
a { background-color: #341351; }
a { background-color: rgb(52,19,81); }
div.DivClassName
{
background-color: #341351;
}
.BgClassName
{
background-color: #341351;
}
</style>
border-color css
<style>
span { border-color: #341351; }
span { border-color: rgb(52,19,81); }
td.TdClassName
{
border-color: #341351;
}
.TagClassName
{
border-color: #341351;
}
</style>