Shades of Blackcurrant #341343
Tints of Blackcurrant #341343
RGB
CMYK
RGB Variations
Color information
#341343 (or 0x341343) is known color: Blackcurrant. HEX triplet: 34, 13 and 43. RGB value is (52,19,67). Sum of RGB (Red+Green+Blue) = 52+19+67=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 67 (26.56% from 255 or 48.55% from 138); Max value from RGB is 67 - color contains mainly: blue. Hex color #341343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341343 is #CBECBC. Grayscale: #222222. Windows color (decimal): -13364413 or 4395828. OLE color: 4395828.
HSL color Cylindrical-coordinate representation of color #341343: hue angle of 281.25º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #341343 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 19 | 67 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.74 |
| HSL | 281.25º | 0.56% | 0.17% | - |
| HSV(B) | 281.25º | 0.72% | 0.26% | - |
| XYZ | 2.66 | 1.6 | 5.48 | - |
| YUV | 34.34 | 146.43 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 19 | 67 | 0.22 | 0.72 | 0 | 0.74 | 281.25 | 0.56 | 0.17 |
| Hex | 34 | 13 | 43 | 16 | 48 | 0 | 4A | 119 | 38 | 11 |
| Octal | 64 | 23 | 103 | 26 | 110 | 0 | 112 | 431 | 70 | 21 |
| Binary | 110100 | 10011 | 1000011 | 10110 | 1001000 | 0 | 1001010 | 100011001 | 111000 | 10001 |
Color Harmonies of #341343
Complementary color
Monochromatic Colors of #341343
Black with #341343
Text Example
Text Example
White with #341343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341343; }
p { color: rgb(52,19,67); }
H1.HeaderClassName
{
color: #341343;
}
.AnyTagClassName
{
color: #341343;
}
</style>
background-color css
<style>
a { background-color: #341343; }
a { background-color: rgb(52,19,67); }
div.DivClassName
{
background-color: #341343;
}
.BgClassName
{
background-color: #341343;
}
</style>
border-color css
<style>
span { border-color: #341343; }
span { border-color: rgb(52,19,67); }
td.TdClassName
{
border-color: #341343;
}
.TagClassName
{
border-color: #341343;
}
</style>