Shades of Blackcurrant #34203B
Tints of Blackcurrant #34203B
RGB
CMYK
RGB Variations
Color information
#34203B (or 0x34203B) is known color: Blackcurrant. HEX triplet: 34, 20 and 3B. RGB value is (52,32,59). Sum of RGB (Red+Green+Blue) = 52+32+59=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 59 (23.44% from 255 or 41.26% from 143); Max value from RGB is 59 - color contains mainly: blue. Hex color #34203B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34203B is #CBDFC4. Grayscale: #282828. Windows color (decimal): -13361093 or 3874868. OLE color: 3874868.
HSL color Cylindrical-coordinate representation of color #34203B: hue angle of 284.44º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #34203B is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 32 | 59 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.77 |
| HSL | 284.44º | 0.3% | 0.18% | - |
| HSV(B) | 284.44º | 0.46% | 0.23% | - |
| XYZ | 2.72 | 2.08 | 4.4 | - |
| YUV | 41.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 32 | 59 | 0.12 | 0.46 | 0 | 0.77 | 284.44 | 0.3 | 0.18 |
| Hex | 34 | 20 | 3B | C | 2E | 0 | 4D | 11C | 1E | 12 |
| Octal | 64 | 40 | 73 | 14 | 56 | 0 | 115 | 434 | 36 | 22 |
| Binary | 110100 | 100000 | 111011 | 1100 | 101110 | 0 | 1001101 | 100011100 | 11110 | 10010 |
Color Harmonies of #34203B
Complementary color
Monochromatic Colors of #34203B
Black with #34203B
Text Example
Text Example
White with #34203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34203B; }
p { color: rgb(52,32,59); }
H1.HeaderClassName
{
color: #34203B;
}
.AnyTagClassName
{
color: #34203B;
}
</style>
background-color css
<style>
a { background-color: #34203B; }
a { background-color: rgb(52,32,59); }
div.DivClassName
{
background-color: #34203B;
}
.BgClassName
{
background-color: #34203B;
}
</style>
border-color css
<style>
span { border-color: #34203B; }
span { border-color: rgb(52,32,59); }
td.TdClassName
{
border-color: #34203B;
}
.TagClassName
{
border-color: #34203B;
}
</style>