Shades of Blackcurrant #340C3C
Tints of Blackcurrant #340C3C
RGB
CMYK
RGB Variations
Color information
#340C3C (or 0x340C3C) is known color: Blackcurrant. HEX triplet: 34, 0C and 3C. RGB value is (52,12,60). Sum of RGB (Red+Green+Blue) = 52+12+60=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 12 (5.08% from 255 or 9.68% from 124); Blue value is 60 (23.83% from 255 or 48.39% from 124); Max value from RGB is 60 - color contains mainly: blue. Hex color #340C3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340C3C is #CBF3C3. Grayscale: #1D1D1D. Windows color (decimal): -13366212 or 3935284. OLE color: 3935284.
HSL color Cylindrical-coordinate representation of color #340C3C: hue angle of 290º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #340C3C is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 12 | 60 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.76 |
| HSL | 290º | 0.67% | 0.14% | - |
| HSV(B) | 290º | 0.8% | 0.24% | - |
| XYZ | 2.36 | 1.32 | 4.41 | - |
| YUV | 29.43 | 145.25 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 12 | 60 | 0.13 | 0.80 | 0 | 0.76 | 290 | 0.67 | 0.14 |
| Hex | 34 | C | 3C | D | 50 | 0 | 4C | 122 | 43 | E |
| Octal | 64 | 14 | 74 | 15 | 120 | 0 | 114 | 442 | 103 | 16 |
| Binary | 110100 | 1100 | 111100 | 1101 | 1010000 | 0 | 1001100 | 100100010 | 1000011 | 1110 |
Color Harmonies of #340C3C
Complementary color
Monochromatic Colors of #340C3C
Black with #340C3C
Text Example
Text Example
White with #340C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340C3C; }
p { color: rgb(52,12,60); }
H1.HeaderClassName
{
color: #340C3C;
}
.AnyTagClassName
{
color: #340C3C;
}
</style>
background-color css
<style>
a { background-color: #340C3C; }
a { background-color: rgb(52,12,60); }
div.DivClassName
{
background-color: #340C3C;
}
.BgClassName
{
background-color: #340C3C;
}
</style>
border-color css
<style>
span { border-color: #340C3C; }
span { border-color: rgb(52,12,60); }
td.TdClassName
{
border-color: #340C3C;
}
.TagClassName
{
border-color: #340C3C;
}
</style>