Shades of Blackcurrant #34203F
Tints of Blackcurrant #34203F
RGB
CMYK
RGB Variations
Color information
#34203F (or 0x34203F) is known color: Blackcurrant. HEX triplet: 34, 20 and 3F. RGB value is (52,32,63). Sum of RGB (Red+Green+Blue) = 52+32+63=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 63 (25% from 255 or 42.86% from 147); Max value from RGB is 63 - color contains mainly: blue. Hex color #34203F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34203F is #CBDFC0. Grayscale: #292929. Windows color (decimal): -13361089 or 4137012. OLE color: 4137012.
HSL color Cylindrical-coordinate representation of color #34203F: hue angle of 278.71º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #34203F is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 32 | 63 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.75 |
| HSL | 278.71º | 0.33% | 0.19% | - |
| HSV(B) | 278.71º | 0.49% | 0.25% | - |
| XYZ | 2.83 | 2.12 | 4.96 | - |
| YUV | 41.51 | 140.13 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 32 | 63 | 0.17 | 0.49 | 0 | 0.75 | 278.71 | 0.33 | 0.19 |
| Hex | 34 | 20 | 3F | 11 | 31 | 0 | 4B | 117 | 21 | 13 |
| Octal | 64 | 40 | 77 | 21 | 61 | 0 | 113 | 427 | 41 | 23 |
| Binary | 110100 | 100000 | 111111 | 10001 | 110001 | 0 | 1001011 | 100010111 | 100001 | 10011 |
Color Harmonies of #34203F
Complementary color
Monochromatic Colors of #34203F
Black with #34203F
Text Example
Text Example
White with #34203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34203F; }
p { color: rgb(52,32,63); }
H1.HeaderClassName
{
color: #34203F;
}
.AnyTagClassName
{
color: #34203F;
}
</style>
background-color css
<style>
a { background-color: #34203F; }
a { background-color: rgb(52,32,63); }
div.DivClassName
{
background-color: #34203F;
}
.BgClassName
{
background-color: #34203F;
}
</style>
border-color css
<style>
span { border-color: #34203F; }
span { border-color: rgb(52,32,63); }
td.TdClassName
{
border-color: #34203F;
}
.TagClassName
{
border-color: #34203F;
}
</style>