Shades of Blackcurrant #341849
Tints of Blackcurrant #341849
RGB
CMYK
RGB Variations
Color information
#341849 (or 0x341849) is known color: Blackcurrant. HEX triplet: 34, 18 and 49. RGB value is (52,24,73). Sum of RGB (Red+Green+Blue) = 52+24+73=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 73 - color contains mainly: blue. Hex color #341849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341849 is #CBE7B6. Grayscale: #252525. Windows color (decimal): -13363127 or 4790324. OLE color: 4790324.
HSL color Cylindrical-coordinate representation of color #341849: hue angle of 274.29º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #341849 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 24 | 73 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.71 |
| HSL | 274.29º | 0.51% | 0.19% | - |
| HSV(B) | 274.29º | 0.67% | 0.29% | - |
| XYZ | 2.95 | 1.86 | 6.51 | - |
| YUV | 37.96 | 147.78 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 24 | 73 | 0.29 | 0.67 | 0 | 0.71 | 274.29 | 0.51 | 0.19 |
| Hex | 34 | 18 | 49 | 1D | 43 | 0 | 47 | 112 | 33 | 13 |
| Octal | 64 | 30 | 111 | 35 | 103 | 0 | 107 | 422 | 63 | 23 |
| Binary | 110100 | 11000 | 1001001 | 11101 | 1000011 | 0 | 1000111 | 100010010 | 110011 | 10011 |
Color Harmonies of #341849
Complementary color
Monochromatic Colors of #341849
Black with #341849
Text Example
Text Example
White with #341849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341849; }
p { color: rgb(52,24,73); }
H1.HeaderClassName
{
color: #341849;
}
.AnyTagClassName
{
color: #341849;
}
</style>
background-color css
<style>
a { background-color: #341849; }
a { background-color: rgb(52,24,73); }
div.DivClassName
{
background-color: #341849;
}
.BgClassName
{
background-color: #341849;
}
</style>
border-color css
<style>
span { border-color: #341849; }
span { border-color: rgb(52,24,73); }
td.TdClassName
{
border-color: #341849;
}
.TagClassName
{
border-color: #341849;
}
</style>