Shades of Blackcurrant #34213F
Tints of Blackcurrant #34213F
RGB
CMYK
RGB Variations
Color information
#34213F (or 0x34213F) is known color: Blackcurrant. HEX triplet: 34, 21 and 3F. RGB value is (52,33,63). Sum of RGB (Red+Green+Blue) = 52+33+63=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 63 (25% from 255 or 42.57% from 148); Max value from RGB is 63 - color contains mainly: blue. Hex color #34213F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34213F is #CBDEC0. Grayscale: #2A2A2A. Windows color (decimal): -13360833 or 4137268. OLE color: 4137268.
HSL color Cylindrical-coordinate representation of color #34213F: hue angle of 278º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #34213F is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 33 | 63 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.75 |
| HSL | 278º | 0.31% | 0.19% | - |
| HSV(B) | 278º | 0.48% | 0.25% | - |
| XYZ | 2.86 | 2.18 | 4.97 | - |
| YUV | 42.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 33 | 63 | 0.17 | 0.48 | 0 | 0.75 | 278 | 0.31 | 0.19 |
| Hex | 34 | 21 | 3F | 11 | 30 | 0 | 4B | 116 | 1F | 13 |
| Octal | 64 | 41 | 77 | 21 | 60 | 0 | 113 | 426 | 37 | 23 |
| Binary | 110100 | 100001 | 111111 | 10001 | 110000 | 0 | 1001011 | 100010110 | 11111 | 10011 |
Color Harmonies of #34213F
Complementary color
Monochromatic Colors of #34213F
Black with #34213F
Text Example
Text Example
White with #34213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34213F; }
p { color: rgb(52,33,63); }
H1.HeaderClassName
{
color: #34213F;
}
.AnyTagClassName
{
color: #34213F;
}
</style>
background-color css
<style>
a { background-color: #34213F; }
a { background-color: rgb(52,33,63); }
div.DivClassName
{
background-color: #34213F;
}
.BgClassName
{
background-color: #34213F;
}
</style>
border-color css
<style>
span { border-color: #34213F; }
span { border-color: rgb(52,33,63); }
td.TdClassName
{
border-color: #34213F;
}
.TagClassName
{
border-color: #34213F;
}
</style>