Shades of Blackcurrant #340C47
Tints of Blackcurrant #340C47
RGB
CMYK
RGB Variations
Color information
#340C47 (or 0x340C47) is known color: Blackcurrant. HEX triplet: 34, 0C and 47. RGB value is (52,12,71). Sum of RGB (Red+Green+Blue) = 52+12+71=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 71 (28.12% from 255 or 52.59% from 135); Max value from RGB is 71 - color contains mainly: blue. Hex color #340C47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340C47 is #CBF3B8. Grayscale: #1E1E1E. Windows color (decimal): -13366201 or 4656180. OLE color: 4656180.
HSL color Cylindrical-coordinate representation of color #340C47: hue angle of 280.68º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #340C47 is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 52 | 12 | 71 | - |
| CMYK | 0.27 | 0.83 | 0 | 0.72 |
| HSL | 280.68º | 0.71% | 0.16% | - |
| HSV(B) | 280.68º | 0.83% | 0.28% | - |
| XYZ | 2.68 | 1.45 | 6.1 | - |
| YUV | 30.69 | 150.75 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 12 | 71 | 0.27 | 0.83 | 0 | 0.72 | 280.68 | 0.71 | 0.16 |
| Hex | 34 | C | 47 | 1B | 53 | 0 | 48 | 119 | 47 | 10 |
| Octal | 64 | 14 | 107 | 33 | 123 | 0 | 110 | 431 | 107 | 20 |
| Binary | 110100 | 1100 | 1000111 | 11011 | 1010011 | 0 | 1001000 | 100011001 | 1000111 | 10000 |
Color Harmonies of #340C47
Complementary color
Monochromatic Colors of #340C47
Black with #340C47
Text Example
Text Example
White with #340C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340C47; }
p { color: rgb(52,12,71); }
H1.HeaderClassName
{
color: #340C47;
}
.AnyTagClassName
{
color: #340C47;
}
</style>
background-color css
<style>
a { background-color: #340C47; }
a { background-color: rgb(52,12,71); }
div.DivClassName
{
background-color: #340C47;
}
.BgClassName
{
background-color: #340C47;
}
</style>
border-color css
<style>
span { border-color: #340C47; }
span { border-color: rgb(52,12,71); }
td.TdClassName
{
border-color: #340C47;
}
.TagClassName
{
border-color: #340C47;
}
</style>