Shades of Blackcurrant #34223D
Tints of Blackcurrant #34223D
RGB
CMYK
RGB Variations
Color information
#34223D (or 0x34223D) is known color: Blackcurrant. HEX triplet: 34, 22 and 3D. RGB value is (52,34,61). Sum of RGB (Red+Green+Blue) = 52+34+61=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 61 - color contains mainly: blue. Hex color #34223D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34223D is #CBDDC2. Grayscale: #2A2A2A. Windows color (decimal): -13360579 or 4006452. OLE color: 4006452.
HSL color Cylindrical-coordinate representation of color #34223D: hue angle of 280º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #34223D is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 34 | 61 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.76 |
| HSL | 280º | 0.28% | 0.19% | - |
| HSV(B) | 280º | 0.44% | 0.24% | - |
| XYZ | 2.83 | 2.21 | 4.69 | - |
| YUV | 42.46 | 138.46 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 34 | 61 | 0.15 | 0.44 | 0 | 0.76 | 280 | 0.28 | 0.19 |
| Hex | 34 | 22 | 3D | F | 2C | 0 | 4C | 118 | 1C | 13 |
| Octal | 64 | 42 | 75 | 17 | 54 | 0 | 114 | 430 | 34 | 23 |
| Binary | 110100 | 100010 | 111101 | 1111 | 101100 | 0 | 1001100 | 100011000 | 11100 | 10011 |
Color Harmonies of #34223D
Complementary color
Monochromatic Colors of #34223D
Black with #34223D
Text Example
Text Example
White with #34223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34223D; }
p { color: rgb(52,34,61); }
H1.HeaderClassName
{
color: #34223D;
}
.AnyTagClassName
{
color: #34223D;
}
</style>
background-color css
<style>
a { background-color: #34223D; }
a { background-color: rgb(52,34,61); }
div.DivClassName
{
background-color: #34223D;
}
.BgClassName
{
background-color: #34223D;
}
</style>
border-color css
<style>
span { border-color: #34223D; }
span { border-color: rgb(52,34,61); }
td.TdClassName
{
border-color: #34223D;
}
.TagClassName
{
border-color: #34223D;
}
</style>