Shades of Blackcurrant #34223A
Tints of Blackcurrant #34223A
RGB
CMYK
RGB Variations
Color information
#34223A (or 0x34223A) is known color: Blackcurrant. HEX triplet: 34, 22 and 3A. RGB value is (52,34,58). Sum of RGB (Red+Green+Blue) = 52+34+58=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 58 - color contains mainly: blue. Hex color #34223A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34223A is #CBDDC5. Grayscale: #2A2A2A. Windows color (decimal): -13360582 or 3809844. OLE color: 3809844.
HSL color Cylindrical-coordinate representation of color #34223A: hue angle of 285º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #34223A is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 34 | 58 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.77 |
| HSL | 285º | 0.26% | 0.18% | - |
| HSV(B) | 285º | 0.41% | 0.23% | - |
| XYZ | 2.75 | 2.18 | 4.28 | - |
| YUV | 42.12 | 136.96 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 34 | 58 | 0.10 | 0.41 | 0 | 0.77 | 285 | 0.26 | 0.18 |
| Hex | 34 | 22 | 3A | A | 29 | 0 | 4D | 11D | 1A | 12 |
| Octal | 64 | 42 | 72 | 12 | 51 | 0 | 115 | 435 | 32 | 22 |
| Binary | 110100 | 100010 | 111010 | 1010 | 101001 | 0 | 1001101 | 100011101 | 11010 | 10010 |
Color Harmonies of #34223A
Complementary color
Monochromatic Colors of #34223A
Black with #34223A
Text Example
Text Example
White with #34223A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34223A; }
p { color: rgb(52,34,58); }
H1.HeaderClassName
{
color: #34223A;
}
.AnyTagClassName
{
color: #34223A;
}
</style>
background-color css
<style>
a { background-color: #34223A; }
a { background-color: rgb(52,34,58); }
div.DivClassName
{
background-color: #34223A;
}
.BgClassName
{
background-color: #34223A;
}
</style>
border-color css
<style>
span { border-color: #34223A; }
span { border-color: rgb(52,34,58); }
td.TdClassName
{
border-color: #34223A;
}
.TagClassName
{
border-color: #34223A;
}
</style>