Shades of Blackcurrant #341F40
Tints of Blackcurrant #341F40
RGB
CMYK
RGB Variations
Color information
#341F40 (or 0x341F40) is known color: Blackcurrant. HEX triplet: 34, 1F and 40. RGB value is (52,31,64). Sum of RGB (Red+Green+Blue) = 52+31+64=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 64 - color contains mainly: blue. Hex color #341F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341F40 is #CBE0BF. Grayscale: #282828. Windows color (decimal): -13361344 or 4202292. OLE color: 4202292.
HSL color Cylindrical-coordinate representation of color #341F40: hue angle of 278.18º 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 #341F40 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 31 | 64 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.75 |
| HSL | 278.18º | 0.35% | 0.19% | - |
| HSV(B) | 278.18º | 0.52% | 0.25% | - |
| XYZ | 2.83 | 2.08 | 5.1 | - |
| YUV | 41.04 | 140.96 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 64 | 0.19 | 0.52 | 0 | 0.75 | 278.18 | 0.35 | 0.19 |
| Hex | 34 | 1F | 40 | 13 | 34 | 0 | 4B | 116 | 23 | 13 |
| Octal | 64 | 37 | 100 | 23 | 64 | 0 | 113 | 426 | 43 | 23 |
| Binary | 110100 | 11111 | 1000000 | 10011 | 110100 | 0 | 1001011 | 100010110 | 100011 | 10011 |
Color Harmonies of #341F40
Complementary color
Monochromatic Colors of #341F40
Black with #341F40
Text Example
Text Example
White with #341F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341F40; }
p { color: rgb(52,31,64); }
H1.HeaderClassName
{
color: #341F40;
}
.AnyTagClassName
{
color: #341F40;
}
</style>
background-color css
<style>
a { background-color: #341F40; }
a { background-color: rgb(52,31,64); }
div.DivClassName
{
background-color: #341F40;
}
.BgClassName
{
background-color: #341F40;
}
</style>
border-color css
<style>
span { border-color: #341F40; }
span { border-color: rgb(52,31,64); }
td.TdClassName
{
border-color: #341F40;
}
.TagClassName
{
border-color: #341F40;
}
</style>