Shades of Blackcurrant #342245
Tints of Blackcurrant #342245
RGB
CMYK
RGB Variations
Color information
#342245 (or 0x342245) is known color: Blackcurrant. HEX triplet: 34, 22 and 45. RGB value is (52,34,69). Sum of RGB (Red+Green+Blue) = 52+34+69=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 69 (27.34% from 255 or 44.52% from 155); Max value from RGB is 69 - color contains mainly: blue. Hex color #342245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342245 is #CBDDBA. Grayscale: #2B2B2B. Windows color (decimal): -13360571 or 4530740. OLE color: 4530740.
HSL color Cylindrical-coordinate representation of color #342245: hue angle of 270.86º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #342245 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 34 | 69 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.73 |
| HSL | 270.86º | 0.34% | 0.2% | - |
| HSV(B) | 270.86º | 0.51% | 0.27% | - |
| XYZ | 3.06 | 2.3 | 5.91 | - |
| YUV | 43.37 | 142.46 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 34 | 69 | 0.25 | 0.51 | 0 | 0.73 | 270.86 | 0.34 | 0.2 |
| Hex | 34 | 22 | 45 | 19 | 33 | 0 | 49 | 10F | 22 | 14 |
| Octal | 64 | 42 | 105 | 31 | 63 | 0 | 111 | 417 | 42 | 24 |
| Binary | 110100 | 100010 | 1000101 | 11001 | 110011 | 0 | 1001001 | 100001111 | 100010 | 10100 |
Color Harmonies of #342245
Complementary color
Monochromatic Colors of #342245
Black with #342245
Text Example
Text Example
White with #342245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342245; }
p { color: rgb(52,34,69); }
H1.HeaderClassName
{
color: #342245;
}
.AnyTagClassName
{
color: #342245;
}
</style>
background-color css
<style>
a { background-color: #342245; }
a { background-color: rgb(52,34,69); }
div.DivClassName
{
background-color: #342245;
}
.BgClassName
{
background-color: #342245;
}
</style>
border-color css
<style>
span { border-color: #342245; }
span { border-color: rgb(52,34,69); }
td.TdClassName
{
border-color: #342245;
}
.TagClassName
{
border-color: #342245;
}
</style>