Shades of Blackcurrant #34223B
Tints of Blackcurrant #34223B
RGB
CMYK
RGB Variations
Color information
#34223B (or 0x34223B) is known color: Blackcurrant. HEX triplet: 34, 22 and 3B. RGB value is (52,34,59). Sum of RGB (Red+Green+Blue) = 52+34+59=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 59 (23.44% from 255 or 40.69% from 145); Max value from RGB is 59 - color contains mainly: blue. Hex color #34223B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34223B is #CBDDC4. Grayscale: #2A2A2A. Windows color (decimal): -13360581 or 3875380. OLE color: 3875380.
HSL color Cylindrical-coordinate representation of color #34223B: hue angle of 283.2º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #34223B is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 34 | 59 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.77 |
| HSL | 283.2º | 0.27% | 0.18% | - |
| HSV(B) | 283.2º | 0.42% | 0.23% | - |
| XYZ | 2.78 | 2.19 | 4.41 | - |
| YUV | 42.23 | 137.46 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 34 | 59 | 0.12 | 0.42 | 0 | 0.77 | 283.2 | 0.27 | 0.18 |
| Hex | 34 | 22 | 3B | C | 2A | 0 | 4D | 11B | 1B | 12 |
| Octal | 64 | 42 | 73 | 14 | 52 | 0 | 115 | 433 | 33 | 22 |
| Binary | 110100 | 100010 | 111011 | 1100 | 101010 | 0 | 1001101 | 100011011 | 11011 | 10010 |
Color Harmonies of #34223B
Complementary color
Monochromatic Colors of #34223B
Black with #34223B
Text Example
Text Example
White with #34223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34223B; }
p { color: rgb(52,34,59); }
H1.HeaderClassName
{
color: #34223B;
}
.AnyTagClassName
{
color: #34223B;
}
</style>
background-color css
<style>
a { background-color: #34223B; }
a { background-color: rgb(52,34,59); }
div.DivClassName
{
background-color: #34223B;
}
.BgClassName
{
background-color: #34223B;
}
</style>
border-color css
<style>
span { border-color: #34223B; }
span { border-color: rgb(52,34,59); }
td.TdClassName
{
border-color: #34223B;
}
.TagClassName
{
border-color: #34223B;
}
</style>