Shades of Blackcurrant #34203E
Tints of Blackcurrant #34203E
RGB
CMYK
RGB Variations
Color information
#34203E (or 0x34203E) is known color: Blackcurrant. HEX triplet: 34, 20 and 3E. RGB value is (52,32,62). Sum of RGB (Red+Green+Blue) = 52+32+62=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 62 - color contains mainly: blue. Hex color #34203E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34203E is #CBDFC1. Grayscale: #292929. Windows color (decimal): -13361090 or 4071476. OLE color: 4071476.
HSL color Cylindrical-coordinate representation of color #34203E: hue angle of 280º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #34203E is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 32 | 62 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.76 |
| HSL | 280º | 0.32% | 0.18% | - |
| HSV(B) | 280º | 0.48% | 0.24% | - |
| XYZ | 2.8 | 2.11 | 4.82 | - |
| YUV | 41.4 | 139.63 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 32 | 62 | 0.16 | 0.48 | 0 | 0.76 | 280 | 0.32 | 0.18 |
| Hex | 34 | 20 | 3E | 10 | 30 | 0 | 4C | 118 | 20 | 12 |
| Octal | 64 | 40 | 76 | 20 | 60 | 0 | 114 | 430 | 40 | 22 |
| Binary | 110100 | 100000 | 111110 | 10000 | 110000 | 0 | 1001100 | 100011000 | 100000 | 10010 |
Color Harmonies of #34203E
Complementary color
Monochromatic Colors of #34203E
Black with #34203E
Text Example
Text Example
White with #34203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34203E; }
p { color: rgb(52,32,62); }
H1.HeaderClassName
{
color: #34203E;
}
.AnyTagClassName
{
color: #34203E;
}
</style>
background-color css
<style>
a { background-color: #34203E; }
a { background-color: rgb(52,32,62); }
div.DivClassName
{
background-color: #34203E;
}
.BgClassName
{
background-color: #34203E;
}
</style>
border-color css
<style>
span { border-color: #34203E; }
span { border-color: rgb(52,32,62); }
td.TdClassName
{
border-color: #34203E;
}
.TagClassName
{
border-color: #34203E;
}
</style>