Shades of Blackcurrant #341741
Tints of Blackcurrant #341741
RGB
CMYK
RGB Variations
Color information
#341741 (or 0x341741) is known color: Blackcurrant. HEX triplet: 34, 17 and 41. RGB value is (52,23,65). Sum of RGB (Red+Green+Blue) = 52+23+65=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 65 - color contains mainly: blue. Hex color #341741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341741 is #CBE8BE. Grayscale: #242424. Windows color (decimal): -13363391 or 4265780. OLE color: 4265780.
HSL color Cylindrical-coordinate representation of color #341741: hue angle of 281.43º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #341741 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 23 | 65 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.75 |
| HSL | 281.43º | 0.48% | 0.17% | - |
| HSV(B) | 281.43º | 0.65% | 0.25% | - |
| XYZ | 2.68 | 1.72 | 5.19 | - |
| YUV | 36.46 | 144.11 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 23 | 65 | 0.20 | 0.65 | 0 | 0.75 | 281.43 | 0.48 | 0.17 |
| Hex | 34 | 17 | 41 | 14 | 41 | 0 | 4B | 119 | 30 | 11 |
| Octal | 64 | 27 | 101 | 24 | 101 | 0 | 113 | 431 | 60 | 21 |
| Binary | 110100 | 10111 | 1000001 | 10100 | 1000001 | 0 | 1001011 | 100011001 | 110000 | 10001 |
Color Harmonies of #341741
Complementary color
Monochromatic Colors of #341741
Black with #341741
Text Example
Text Example
White with #341741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341741; }
p { color: rgb(52,23,65); }
H1.HeaderClassName
{
color: #341741;
}
.AnyTagClassName
{
color: #341741;
}
</style>
background-color css
<style>
a { background-color: #341741; }
a { background-color: rgb(52,23,65); }
div.DivClassName
{
background-color: #341741;
}
.BgClassName
{
background-color: #341741;
}
</style>
border-color css
<style>
span { border-color: #341741; }
span { border-color: rgb(52,23,65); }
td.TdClassName
{
border-color: #341741;
}
.TagClassName
{
border-color: #341741;
}
</style>