Shades of Blackcurrant #341F45
Tints of Blackcurrant #341F45
RGB
CMYK
RGB Variations
Color information
#341F45 (or 0x341F45) is known color: Blackcurrant. HEX triplet: 34, 1F and 45. RGB value is (52,31,69). Sum of RGB (Red+Green+Blue) = 52+31+69=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 69 (27.34% from 255 or 45.39% from 152); Max value from RGB is 69 - color contains mainly: blue. Hex color #341F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341F45 is #CBE0BA. Grayscale: #292929. Windows color (decimal): -13361339 or 4529972. OLE color: 4529972.
HSL color Cylindrical-coordinate representation of color #341F45: hue angle of 273.16º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #341F45 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 31 | 69 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.73 |
| HSL | 273.16º | 0.38% | 0.2% | - |
| HSV(B) | 273.16º | 0.55% | 0.27% | - |
| XYZ | 2.98 | 2.14 | 5.89 | - |
| YUV | 41.61 | 143.46 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 69 | 0.25 | 0.55 | 0 | 0.73 | 273.16 | 0.38 | 0.2 |
| Hex | 34 | 1F | 45 | 19 | 37 | 0 | 49 | 111 | 26 | 14 |
| Octal | 64 | 37 | 105 | 31 | 67 | 0 | 111 | 421 | 46 | 24 |
| Binary | 110100 | 11111 | 1000101 | 11001 | 110111 | 0 | 1001001 | 100010001 | 100110 | 10100 |
Color Harmonies of #341F45
Complementary color
Monochromatic Colors of #341F45
Black with #341F45
Text Example
Text Example
White with #341F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341F45; }
p { color: rgb(52,31,69); }
H1.HeaderClassName
{
color: #341F45;
}
.AnyTagClassName
{
color: #341F45;
}
</style>
background-color css
<style>
a { background-color: #341F45; }
a { background-color: rgb(52,31,69); }
div.DivClassName
{
background-color: #341F45;
}
.BgClassName
{
background-color: #341F45;
}
</style>
border-color css
<style>
span { border-color: #341F45; }
span { border-color: rgb(52,31,69); }
td.TdClassName
{
border-color: #341F45;
}
.TagClassName
{
border-color: #341F45;
}
</style>