Shades of Blackcurrant #341846
Tints of Blackcurrant #341846
RGB
CMYK
RGB Variations
Color information
#341846 (or 0x341846) is known color: Blackcurrant. HEX triplet: 34, 18 and 46. RGB value is (52,24,70). Sum of RGB (Red+Green+Blue) = 52+24+70=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 70 (27.73% from 255 or 47.95% from 146); Max value from RGB is 70 - color contains mainly: blue. Hex color #341846 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341846 is #CBE7B9. Grayscale: #252525. Windows color (decimal): -13363130 or 4593716. OLE color: 4593716.
HSL color Cylindrical-coordinate representation of color #341846: hue angle of 276.52º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #341846 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 24 | 70 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.73 |
| HSL | 276.52º | 0.49% | 0.18% | - |
| HSV(B) | 276.52º | 0.66% | 0.27% | - |
| XYZ | 2.85 | 1.83 | 6 | - |
| YUV | 37.62 | 146.28 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 24 | 70 | 0.26 | 0.66 | 0 | 0.73 | 276.52 | 0.49 | 0.18 |
| Hex | 34 | 18 | 46 | 1A | 42 | 0 | 49 | 115 | 31 | 12 |
| Octal | 64 | 30 | 106 | 32 | 102 | 0 | 111 | 425 | 61 | 22 |
| Binary | 110100 | 11000 | 1000110 | 11010 | 1000010 | 0 | 1001001 | 100010101 | 110001 | 10010 |
Color Harmonies of #341846
Complementary color
Monochromatic Colors of #341846
Black with #341846
Text Example
Text Example
White with #341846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341846; }
p { color: rgb(52,24,70); }
H1.HeaderClassName
{
color: #341846;
}
.AnyTagClassName
{
color: #341846;
}
</style>
background-color css
<style>
a { background-color: #341846; }
a { background-color: rgb(52,24,70); }
div.DivClassName
{
background-color: #341846;
}
.BgClassName
{
background-color: #341846;
}
</style>
border-color css
<style>
span { border-color: #341846; }
span { border-color: rgb(52,24,70); }
td.TdClassName
{
border-color: #341846;
}
.TagClassName
{
border-color: #341846;
}
</style>