Shades of Blackcurrant #342143
Tints of Blackcurrant #342143
RGB
CMYK
RGB Variations
Color information
#342143 (or 0x342143) is known color: Blackcurrant. HEX triplet: 34, 21 and 43. RGB value is (52,33,67). Sum of RGB (Red+Green+Blue) = 52+33+67=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 67 (26.56% from 255 or 44.08% from 152); Max value from RGB is 67 - color contains mainly: blue. Hex color #342143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342143 is #CBDEBC. Grayscale: #2A2A2A. Windows color (decimal): -13360829 or 4399412. OLE color: 4399412.
HSL color Cylindrical-coordinate representation of color #342143: hue angle of 273.53º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #342143 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 33 | 67 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.74 |
| HSL | 273.53º | 0.34% | 0.2% | - |
| HSV(B) | 273.53º | 0.51% | 0.26% | - |
| XYZ | 2.97 | 2.22 | 5.58 | - |
| YUV | 42.56 | 141.79 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 33 | 67 | 0.22 | 0.51 | 0 | 0.74 | 273.53 | 0.34 | 0.2 |
| Hex | 34 | 21 | 43 | 16 | 33 | 0 | 4A | 112 | 22 | 14 |
| Octal | 64 | 41 | 103 | 26 | 63 | 0 | 112 | 422 | 42 | 24 |
| Binary | 110100 | 100001 | 1000011 | 10110 | 110011 | 0 | 1001010 | 100010010 | 100010 | 10100 |
Color Harmonies of #342143
Complementary color
Monochromatic Colors of #342143
Black with #342143
Text Example
Text Example
White with #342143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342143; }
p { color: rgb(52,33,67); }
H1.HeaderClassName
{
color: #342143;
}
.AnyTagClassName
{
color: #342143;
}
</style>
background-color css
<style>
a { background-color: #342143; }
a { background-color: rgb(52,33,67); }
div.DivClassName
{
background-color: #342143;
}
.BgClassName
{
background-color: #342143;
}
</style>
border-color css
<style>
span { border-color: #342143; }
span { border-color: rgb(52,33,67); }
td.TdClassName
{
border-color: #342143;
}
.TagClassName
{
border-color: #342143;
}
</style>