Shades of Blackcurrant #341F41
Tints of Blackcurrant #341F41
RGB
CMYK
RGB Variations
Color information
#341F41 (or 0x341F41) is known color: Blackcurrant. HEX triplet: 34, 1F and 41. RGB value is (52,31,65). Sum of RGB (Red+Green+Blue) = 52+31+65=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 65 - color contains mainly: blue. Hex color #341F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341F41 is #CBE0BE. Grayscale: #292929. Windows color (decimal): -13361343 or 4267828. OLE color: 4267828.
HSL color Cylindrical-coordinate representation of color #341F41: hue angle of 277.06º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #341F41 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 31 | 65 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.75 |
| HSL | 277.06º | 0.35% | 0.19% | - |
| HSV(B) | 277.06º | 0.52% | 0.25% | - |
| XYZ | 2.86 | 2.09 | 5.25 | - |
| YUV | 41.16 | 141.46 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 65 | 0.20 | 0.52 | 0 | 0.75 | 277.06 | 0.35 | 0.19 |
| Hex | 34 | 1F | 41 | 14 | 34 | 0 | 4B | 115 | 23 | 13 |
| Octal | 64 | 37 | 101 | 24 | 64 | 0 | 113 | 425 | 43 | 23 |
| Binary | 110100 | 11111 | 1000001 | 10100 | 110100 | 0 | 1001011 | 100010101 | 100011 | 10011 |
Color Harmonies of #341F41
Complementary color
Monochromatic Colors of #341F41
Black with #341F41
Text Example
Text Example
White with #341F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341F41; }
p { color: rgb(52,31,65); }
H1.HeaderClassName
{
color: #341F41;
}
.AnyTagClassName
{
color: #341F41;
}
</style>
background-color css
<style>
a { background-color: #341F41; }
a { background-color: rgb(52,31,65); }
div.DivClassName
{
background-color: #341F41;
}
.BgClassName
{
background-color: #341F41;
}
</style>
border-color css
<style>
span { border-color: #341F41; }
span { border-color: rgb(52,31,65); }
td.TdClassName
{
border-color: #341F41;
}
.TagClassName
{
border-color: #341F41;
}
</style>