Shades of Blackcurrant #341451
Tints of Blackcurrant #341451
RGB
CMYK
RGB Variations
Color information
#341451 (or 0x341451) is known color: Blackcurrant. HEX triplet: 34, 14 and 51. RGB value is (52,20,81). Sum of RGB (Red+Green+Blue) = 52+20+81=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 81 (32.03% from 255 or 52.94% from 153); Max value from RGB is 81 - color contains mainly: blue. Hex color #341451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341451 is #CBEBAE. Grayscale: #242424. Windows color (decimal): -13364143 or 5313588. OLE color: 5313588.
HSL color Cylindrical-coordinate representation of color #341451: hue angle of 271.48º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #341451 is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 20 | 81 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.68 |
| HSL | 271.48º | 0.6% | 0.2% | - |
| HSV(B) | 271.48º | 0.75% | 0.32% | - |
| XYZ | 3.15 | 1.82 | 7.97 | - |
| YUV | 36.52 | 153.1 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 20 | 81 | 0.36 | 0.75 | 0 | 0.68 | 271.48 | 0.6 | 0.2 |
| Hex | 34 | 14 | 51 | 24 | 4B | 0 | 44 | 10F | 3C | 14 |
| Octal | 64 | 24 | 121 | 44 | 113 | 0 | 104 | 417 | 74 | 24 |
| Binary | 110100 | 10100 | 1010001 | 100100 | 1001011 | 0 | 1000100 | 100001111 | 111100 | 10100 |
Color Harmonies of #341451
Complementary color
Monochromatic Colors of #341451
Black with #341451
Text Example
Text Example
White with #341451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341451; }
p { color: rgb(52,20,81); }
H1.HeaderClassName
{
color: #341451;
}
.AnyTagClassName
{
color: #341451;
}
</style>
background-color css
<style>
a { background-color: #341451; }
a { background-color: rgb(52,20,81); }
div.DivClassName
{
background-color: #341451;
}
.BgClassName
{
background-color: #341451;
}
</style>
border-color css
<style>
span { border-color: #341451; }
span { border-color: rgb(52,20,81); }
td.TdClassName
{
border-color: #341451;
}
.TagClassName
{
border-color: #341451;
}
</style>