Shades of Blackcurrant #342045
Tints of Blackcurrant #342045
RGB
CMYK
RGB Variations
Color information
#342045 (or 0x342045) is known color: Blackcurrant. HEX triplet: 34, 20 and 45. RGB value is (52,32,69). Sum of RGB (Red+Green+Blue) = 52+32+69=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 69 (27.34% from 255 or 45.10% from 153); Max value from RGB is 69 - color contains mainly: blue. Hex color #342045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342045 is #CBDFBA. Grayscale: #2A2A2A. Windows color (decimal): -13361083 or 4530228. OLE color: 4530228.
HSL color Cylindrical-coordinate representation of color #342045: hue angle of 272.43º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #342045 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 32 | 69 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.73 |
| HSL | 272.43º | 0.37% | 0.2% | - |
| HSV(B) | 272.43º | 0.54% | 0.27% | - |
| XYZ | 3.01 | 2.19 | 5.89 | - |
| YUV | 42.2 | 143.13 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 32 | 69 | 0.25 | 0.54 | 0 | 0.73 | 272.43 | 0.37 | 0.2 |
| Hex | 34 | 20 | 45 | 19 | 36 | 0 | 49 | 110 | 25 | 14 |
| Octal | 64 | 40 | 105 | 31 | 66 | 0 | 111 | 420 | 45 | 24 |
| Binary | 110100 | 100000 | 1000101 | 11001 | 110110 | 0 | 1001001 | 100010000 | 100101 | 10100 |
Color Harmonies of #342045
Complementary color
Monochromatic Colors of #342045
Black with #342045
Text Example
Text Example
White with #342045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342045; }
p { color: rgb(52,32,69); }
H1.HeaderClassName
{
color: #342045;
}
.AnyTagClassName
{
color: #342045;
}
</style>
background-color css
<style>
a { background-color: #342045; }
a { background-color: rgb(52,32,69); }
div.DivClassName
{
background-color: #342045;
}
.BgClassName
{
background-color: #342045;
}
</style>
border-color css
<style>
span { border-color: #342045; }
span { border-color: rgb(52,32,69); }
td.TdClassName
{
border-color: #342045;
}
.TagClassName
{
border-color: #342045;
}
</style>