Shades of Blackcurrant #341749
Tints of Blackcurrant #341749
RGB
CMYK
RGB Variations
Color information
#341749 (or 0x341749) is known color: Blackcurrant. HEX triplet: 34, 17 and 49. RGB value is (52,23,73). Sum of RGB (Red+Green+Blue) = 52+23+73=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #341749 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341749 is #CBE8B6. Grayscale: #252525. Windows color (decimal): -13363383 or 4790068. OLE color: 4790068.
HSL color Cylindrical-coordinate representation of color #341749: hue angle of 274.8º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #341749 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 23 | 73 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.71 |
| HSL | 274.8º | 0.52% | 0.19% | - |
| HSV(B) | 274.8º | 0.68% | 0.29% | - |
| XYZ | 2.93 | 1.82 | 6.5 | - |
| YUV | 37.37 | 148.11 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 23 | 73 | 0.29 | 0.68 | 0 | 0.71 | 274.8 | 0.52 | 0.19 |
| Hex | 34 | 17 | 49 | 1D | 44 | 0 | 47 | 113 | 34 | 13 |
| Octal | 64 | 27 | 111 | 35 | 104 | 0 | 107 | 423 | 64 | 23 |
| Binary | 110100 | 10111 | 1001001 | 11101 | 1000100 | 0 | 1000111 | 100010011 | 110100 | 10011 |
Color Harmonies of #341749
Complementary color
Monochromatic Colors of #341749
Black with #341749
Text Example
Text Example
White with #341749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341749; }
p { color: rgb(52,23,73); }
H1.HeaderClassName
{
color: #341749;
}
.AnyTagClassName
{
color: #341749;
}
</style>
background-color css
<style>
a { background-color: #341749; }
a { background-color: rgb(52,23,73); }
div.DivClassName
{
background-color: #341749;
}
.BgClassName
{
background-color: #341749;
}
</style>
border-color css
<style>
span { border-color: #341749; }
span { border-color: rgb(52,23,73); }
td.TdClassName
{
border-color: #341749;
}
.TagClassName
{
border-color: #341749;
}
</style>