Shades of Blackcurrant #34223C
Tints of Blackcurrant #34223C
RGB
CMYK
RGB Variations
Color information
#34223C (or 0x34223C) is known color: Blackcurrant. HEX triplet: 34, 22 and 3C. RGB value is (52,34,60). Sum of RGB (Red+Green+Blue) = 52+34+60=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 60 (23.83% from 255 or 41.10% from 146); Max value from RGB is 60 - color contains mainly: blue. Hex color #34223C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34223C is #CBDDC3. Grayscale: #2A2A2A. Windows color (decimal): -13360580 or 3940916. OLE color: 3940916.
HSL color Cylindrical-coordinate representation of color #34223C: hue angle of 281.54º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #34223C is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 34 | 60 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.76 |
| HSL | 281.54º | 0.28% | 0.18% | - |
| HSV(B) | 281.54º | 0.43% | 0.24% | - |
| XYZ | 2.8 | 2.2 | 4.55 | - |
| YUV | 42.35 | 137.96 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 34 | 60 | 0.13 | 0.43 | 0 | 0.76 | 281.54 | 0.28 | 0.18 |
| Hex | 34 | 22 | 3C | D | 2B | 0 | 4C | 11A | 1C | 12 |
| Octal | 64 | 42 | 74 | 15 | 53 | 0 | 114 | 432 | 34 | 22 |
| Binary | 110100 | 100010 | 111100 | 1101 | 101011 | 0 | 1001100 | 100011010 | 11100 | 10010 |
Color Harmonies of #34223C
Complementary color
Monochromatic Colors of #34223C
Black with #34223C
Text Example
Text Example
White with #34223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34223C; }
p { color: rgb(52,34,60); }
H1.HeaderClassName
{
color: #34223C;
}
.AnyTagClassName
{
color: #34223C;
}
</style>
background-color css
<style>
a { background-color: #34223C; }
a { background-color: rgb(52,34,60); }
div.DivClassName
{
background-color: #34223C;
}
.BgClassName
{
background-color: #34223C;
}
</style>
border-color css
<style>
span { border-color: #34223C; }
span { border-color: rgb(52,34,60); }
td.TdClassName
{
border-color: #34223C;
}
.TagClassName
{
border-color: #34223C;
}
</style>