Shades of Blackcurrant #341D42
Tints of Blackcurrant #341D42
RGB
CMYK
RGB Variations
Color information
#341D42 (or 0x341D42) is known color: Blackcurrant. HEX triplet: 34, 1D and 42. RGB value is (52,29,66). Sum of RGB (Red+Green+Blue) = 52+29+66=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 66 (26.17% from 255 or 44.90% from 147); Max value from RGB is 66 - color contains mainly: blue. Hex color #341D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341D42 is #CBE2BD. Grayscale: #272727. Windows color (decimal): -13361854 or 4332852. OLE color: 4332852.
HSL color Cylindrical-coordinate representation of color #341D42: hue angle of 277.3º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #341D42 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 29 | 66 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.74 |
| HSL | 277.3º | 0.39% | 0.19% | - |
| HSV(B) | 277.3º | 0.56% | 0.26% | - |
| XYZ | 2.84 | 2 | 5.39 | - |
| YUV | 40.1 | 142.62 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 29 | 66 | 0.21 | 0.56 | 0 | 0.74 | 277.3 | 0.39 | 0.19 |
| Hex | 34 | 1D | 42 | 15 | 38 | 0 | 4A | 115 | 27 | 13 |
| Octal | 64 | 35 | 102 | 25 | 70 | 0 | 112 | 425 | 47 | 23 |
| Binary | 110100 | 11101 | 1000010 | 10101 | 111000 | 0 | 1001010 | 100010101 | 100111 | 10011 |
Color Harmonies of #341D42
Complementary color
Monochromatic Colors of #341D42
Black with #341D42
Text Example
Text Example
White with #341D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341D42; }
p { color: rgb(52,29,66); }
H1.HeaderClassName
{
color: #341D42;
}
.AnyTagClassName
{
color: #341D42;
}
</style>
background-color css
<style>
a { background-color: #341D42; }
a { background-color: rgb(52,29,66); }
div.DivClassName
{
background-color: #341D42;
}
.BgClassName
{
background-color: #341D42;
}
</style>
border-color css
<style>
span { border-color: #341D42; }
span { border-color: rgb(52,29,66); }
td.TdClassName
{
border-color: #341D42;
}
.TagClassName
{
border-color: #341D42;
}
</style>