Shades of Blackcurrant #341944
Tints of Blackcurrant #341944
RGB
CMYK
RGB Variations
Color information
#341944 (or 0x341944) is known color: Blackcurrant. HEX triplet: 34, 19 and 44. RGB value is (52,25,68). Sum of RGB (Red+Green+Blue) = 52+25+68=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 68 (26.95% from 255 or 46.90% from 145); Max value from RGB is 68 - color contains mainly: blue. Hex color #341944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341944 is #CBE6BB. Grayscale: #252525. Windows color (decimal): -13362876 or 4462900. OLE color: 4462900.
HSL color Cylindrical-coordinate representation of color #341944: hue angle of 277.67º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #341944 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 25 | 68 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.73 |
| HSL | 277.67º | 0.46% | 0.18% | - |
| HSV(B) | 277.67º | 0.63% | 0.27% | - |
| XYZ | 2.81 | 1.84 | 5.68 | - |
| YUV | 37.98 | 144.95 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 25 | 68 | 0.24 | 0.63 | 0 | 0.73 | 277.67 | 0.46 | 0.18 |
| Hex | 34 | 19 | 44 | 18 | 3F | 0 | 49 | 116 | 2E | 12 |
| Octal | 64 | 31 | 104 | 30 | 77 | 0 | 111 | 426 | 56 | 22 |
| Binary | 110100 | 11001 | 1000100 | 11000 | 111111 | 0 | 1001001 | 100010110 | 101110 | 10010 |
Color Harmonies of #341944
Complementary color
Monochromatic Colors of #341944
Black with #341944
Text Example
Text Example
White with #341944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341944; }
p { color: rgb(52,25,68); }
H1.HeaderClassName
{
color: #341944;
}
.AnyTagClassName
{
color: #341944;
}
</style>
background-color css
<style>
a { background-color: #341944; }
a { background-color: rgb(52,25,68); }
div.DivClassName
{
background-color: #341944;
}
.BgClassName
{
background-color: #341944;
}
</style>
border-color css
<style>
span { border-color: #341944; }
span { border-color: rgb(52,25,68); }
td.TdClassName
{
border-color: #341944;
}
.TagClassName
{
border-color: #341944;
}
</style>