Shades of Blackcurrant #341644
Tints of Blackcurrant #341644
RGB
CMYK
RGB Variations
Color information
#341644 (or 0x341644) is known color: Blackcurrant. HEX triplet: 34, 16 and 44. RGB value is (52,22,68). Sum of RGB (Red+Green+Blue) = 52+22+68=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 68 (26.95% from 255 or 47.89% from 142); Max value from RGB is 68 - color contains mainly: blue. Hex color #341644 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341644 is #CBE9BB. Grayscale: #242424. Windows color (decimal): -13363644 or 4462132. OLE color: 4462132.
HSL color Cylindrical-coordinate representation of color #341644: hue angle of 279.13º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #341644 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 22 | 68 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.73 |
| HSL | 279.13º | 0.51% | 0.18% | - |
| HSV(B) | 279.13º | 0.68% | 0.27% | - |
| XYZ | 2.75 | 1.72 | 5.66 | - |
| YUV | 36.21 | 145.94 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 22 | 68 | 0.24 | 0.68 | 0 | 0.73 | 279.13 | 0.51 | 0.18 |
| Hex | 34 | 16 | 44 | 18 | 44 | 0 | 49 | 117 | 33 | 12 |
| Octal | 64 | 26 | 104 | 30 | 104 | 0 | 111 | 427 | 63 | 22 |
| Binary | 110100 | 10110 | 1000100 | 11000 | 1000100 | 0 | 1001001 | 100010111 | 110011 | 10010 |
Color Harmonies of #341644
Complementary color
Monochromatic Colors of #341644
Black with #341644
Text Example
Text Example
White with #341644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341644; }
p { color: rgb(52,22,68); }
H1.HeaderClassName
{
color: #341644;
}
.AnyTagClassName
{
color: #341644;
}
</style>
background-color css
<style>
a { background-color: #341644; }
a { background-color: rgb(52,22,68); }
div.DivClassName
{
background-color: #341644;
}
.BgClassName
{
background-color: #341644;
}
</style>
border-color css
<style>
span { border-color: #341644; }
span { border-color: rgb(52,22,68); }
td.TdClassName
{
border-color: #341644;
}
.TagClassName
{
border-color: #341644;
}
</style>