Shades of Blackcurrant #341442
Tints of Blackcurrant #341442
RGB
CMYK
RGB Variations
Color information
#341442 (or 0x341442) is known color: Blackcurrant. HEX triplet: 34, 14 and 42. RGB value is (52,20,66). Sum of RGB (Red+Green+Blue) = 52+20+66=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 66 (26.17% from 255 or 47.83% from 138); Max value from RGB is 66 - color contains mainly: blue. Hex color #341442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341442 is #CBEBBD. Grayscale: #222222. Windows color (decimal): -13364158 or 4330548. OLE color: 4330548.
HSL color Cylindrical-coordinate representation of color #341442: hue angle of 281.74º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #341442 is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 20 | 66 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.74 |
| HSL | 281.74º | 0.53% | 0.17% | - |
| HSV(B) | 281.74º | 0.7% | 0.26% | - |
| XYZ | 2.65 | 1.62 | 5.33 | - |
| YUV | 34.81 | 145.6 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 20 | 66 | 0.21 | 0.70 | 0 | 0.74 | 281.74 | 0.53 | 0.17 |
| Hex | 34 | 14 | 42 | 15 | 46 | 0 | 4A | 11A | 35 | 11 |
| Octal | 64 | 24 | 102 | 25 | 106 | 0 | 112 | 432 | 65 | 21 |
| Binary | 110100 | 10100 | 1000010 | 10101 | 1000110 | 0 | 1001010 | 100011010 | 110101 | 10001 |
Color Harmonies of #341442
Complementary color
Monochromatic Colors of #341442
Black with #341442
Text Example
Text Example
White with #341442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341442; }
p { color: rgb(52,20,66); }
H1.HeaderClassName
{
color: #341442;
}
.AnyTagClassName
{
color: #341442;
}
</style>
background-color css
<style>
a { background-color: #341442; }
a { background-color: rgb(52,20,66); }
div.DivClassName
{
background-color: #341442;
}
.BgClassName
{
background-color: #341442;
}
</style>
border-color css
<style>
span { border-color: #341442; }
span { border-color: rgb(52,20,66); }
td.TdClassName
{
border-color: #341442;
}
.TagClassName
{
border-color: #341442;
}
</style>