Shades of Blackcurrant #340C4C
Tints of Blackcurrant #340C4C
RGB
CMYK
RGB Variations
Color information
#340C4C (or 0x340C4C) is known color: Blackcurrant. HEX triplet: 34, 0C and 4C. RGB value is (52,12,76). Sum of RGB (Red+Green+Blue) = 52+12+76=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 76 (30.08% from 255 or 54.29% from 140); Max value from RGB is 76 - color contains mainly: blue. Hex color #340C4C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340C4C is #CBF3B3. Grayscale: #1F1F1F. Windows color (decimal): -13366196 or 4983860. OLE color: 4983860.
HSL color Cylindrical-coordinate representation of color #340C4C: hue angle of 277.5º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #340C4C is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 12 | 76 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.70 |
| HSL | 277.5º | 0.73% | 0.17% | - |
| HSV(B) | 277.5º | 0.84% | 0.3% | - |
| XYZ | 2.85 | 1.51 | 6.98 | - |
| YUV | 31.26 | 153.25 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 12 | 76 | 0.32 | 0.84 | 0 | 0.70 | 277.5 | 0.73 | 0.17 |
| Hex | 34 | C | 4C | 20 | 54 | 0 | 46 | 116 | 49 | 11 |
| Octal | 64 | 14 | 114 | 40 | 124 | 0 | 106 | 426 | 111 | 21 |
| Binary | 110100 | 1100 | 1001100 | 100000 | 1010100 | 0 | 1000110 | 100010110 | 1001001 | 10001 |
Color Harmonies of #340C4C
Complementary color
Monochromatic Colors of #340C4C
Black with #340C4C
Text Example
Text Example
White with #340C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340C4C; }
p { color: rgb(52,12,76); }
H1.HeaderClassName
{
color: #340C4C;
}
.AnyTagClassName
{
color: #340C4C;
}
</style>
background-color css
<style>
a { background-color: #340C4C; }
a { background-color: rgb(52,12,76); }
div.DivClassName
{
background-color: #340C4C;
}
.BgClassName
{
background-color: #340C4C;
}
</style>
border-color css
<style>
span { border-color: #340C4C; }
span { border-color: rgb(52,12,76); }
td.TdClassName
{
border-color: #340C4C;
}
.TagClassName
{
border-color: #340C4C;
}
</style>