Shades of Blackcurrant #341349
Tints of Blackcurrant #341349
RGB
CMYK
RGB Variations
Color information
#341349 (or 0x341349) is known color: Blackcurrant. HEX triplet: 34, 13 and 49. RGB value is (52,19,73). Sum of RGB (Red+Green+Blue) = 52+19+73=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 73 (28.91% from 255 or 50.69% from 144); Max value from RGB is 73 - color contains mainly: blue. Hex color #341349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341349 is #CBECB6. Grayscale: #222222. Windows color (decimal): -13364407 or 4789044. OLE color: 4789044.
HSL color Cylindrical-coordinate representation of color #341349: hue angle of 276.67º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #341349 is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 19 | 73 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.71 |
| HSL | 276.67º | 0.59% | 0.18% | - |
| HSV(B) | 276.67º | 0.74% | 0.29% | - |
| XYZ | 2.85 | 1.68 | 6.48 | - |
| YUV | 35.02 | 149.43 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 19 | 73 | 0.29 | 0.74 | 0 | 0.71 | 276.67 | 0.59 | 0.18 |
| Hex | 34 | 13 | 49 | 1D | 4A | 0 | 47 | 115 | 3B | 12 |
| Octal | 64 | 23 | 111 | 35 | 112 | 0 | 107 | 425 | 73 | 22 |
| Binary | 110100 | 10011 | 1001001 | 11101 | 1001010 | 0 | 1000111 | 100010101 | 111011 | 10010 |
Color Harmonies of #341349
Complementary color
Monochromatic Colors of #341349
Black with #341349
Text Example
Text Example
White with #341349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341349; }
p { color: rgb(52,19,73); }
H1.HeaderClassName
{
color: #341349;
}
.AnyTagClassName
{
color: #341349;
}
</style>
background-color css
<style>
a { background-color: #341349; }
a { background-color: rgb(52,19,73); }
div.DivClassName
{
background-color: #341349;
}
.BgClassName
{
background-color: #341349;
}
</style>
border-color css
<style>
span { border-color: #341349; }
span { border-color: rgb(52,19,73); }
td.TdClassName
{
border-color: #341349;
}
.TagClassName
{
border-color: #341349;
}
</style>