Shades of Blackcurrant #341648
Tints of Blackcurrant #341648
RGB
CMYK
RGB Variations
Color information
#341648 (or 0x341648) is known color: Blackcurrant. HEX triplet: 34, 16 and 48. RGB value is (52,22,72). Sum of RGB (Red+Green+Blue) = 52+22+72=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #341648 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341648 is #CBE9B7. Grayscale: #242424. Windows color (decimal): -13363640 or 4724276. OLE color: 4724276.
HSL color Cylindrical-coordinate representation of color #341648: hue angle of 276º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #341648 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 52 | 22 | 72 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.72 |
| HSL | 276º | 0.53% | 0.18% | - |
| HSV(B) | 276º | 0.69% | 0.28% | - |
| XYZ | 2.87 | 1.77 | 6.32 | - |
| YUV | 36.67 | 147.94 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 22 | 72 | 0.28 | 0.69 | 0 | 0.72 | 276 | 0.53 | 0.18 |
| Hex | 34 | 16 | 48 | 1C | 45 | 0 | 48 | 114 | 35 | 12 |
| Octal | 64 | 26 | 110 | 34 | 105 | 0 | 110 | 424 | 65 | 22 |
| Binary | 110100 | 10110 | 1001000 | 11100 | 1000101 | 0 | 1001000 | 100010100 | 110101 | 10010 |
Color Harmonies of #341648
Complementary color
Monochromatic Colors of #341648
Black with #341648
Text Example
Text Example
White with #341648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341648; }
p { color: rgb(52,22,72); }
H1.HeaderClassName
{
color: #341648;
}
.AnyTagClassName
{
color: #341648;
}
</style>
background-color css
<style>
a { background-color: #341648; }
a { background-color: rgb(52,22,72); }
div.DivClassName
{
background-color: #341648;
}
.BgClassName
{
background-color: #341648;
}
</style>
border-color css
<style>
span { border-color: #341648; }
span { border-color: rgb(52,22,72); }
td.TdClassName
{
border-color: #341648;
}
.TagClassName
{
border-color: #341648;
}
</style>