Shades of Blackcurrant #341341
Tints of Blackcurrant #341341
RGB
CMYK
RGB Variations
Color information
#341341 (or 0x341341) is known color: Blackcurrant. HEX triplet: 34, 13 and 41. RGB value is (52,19,65). Sum of RGB (Red+Green+Blue) = 52+19+65=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: blue. Hex color #341341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341341 is #CBECBE. Grayscale: #212121. Windows color (decimal): -13364415 or 4264756. OLE color: 4264756.
HSL color Cylindrical-coordinate representation of color #341341: hue angle of 283.04º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #341341 is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 19 | 65 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.75 |
| HSL | 283.04º | 0.55% | 0.16% | - |
| HSV(B) | 283.04º | 0.71% | 0.25% | - |
| XYZ | 2.6 | 1.58 | 5.17 | - |
| YUV | 34.11 | 145.43 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 19 | 65 | 0.20 | 0.71 | 0 | 0.75 | 283.04 | 0.55 | 0.16 |
| Hex | 34 | 13 | 41 | 14 | 47 | 0 | 4B | 11B | 37 | 10 |
| Octal | 64 | 23 | 101 | 24 | 107 | 0 | 113 | 433 | 67 | 20 |
| Binary | 110100 | 10011 | 1000001 | 10100 | 1000111 | 0 | 1001011 | 100011011 | 110111 | 10000 |
Color Harmonies of #341341
Complementary color
Monochromatic Colors of #341341
Black with #341341
Text Example
Text Example
White with #341341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341341; }
p { color: rgb(52,19,65); }
H1.HeaderClassName
{
color: #341341;
}
.AnyTagClassName
{
color: #341341;
}
</style>
background-color css
<style>
a { background-color: #341341; }
a { background-color: rgb(52,19,65); }
div.DivClassName
{
background-color: #341341;
}
.BgClassName
{
background-color: #341341;
}
</style>
border-color css
<style>
span { border-color: #341341; }
span { border-color: rgb(52,19,65); }
td.TdClassName
{
border-color: #341341;
}
.TagClassName
{
border-color: #341341;
}
</style>