Shades of Blackcurrant #340C3B
Tints of Blackcurrant #340C3B
RGB
CMYK
RGB Variations
Color information
#340C3B (or 0x340C3B) is known color: Blackcurrant. HEX triplet: 34, 0C and 3B. RGB value is (52,12,59). Sum of RGB (Red+Green+Blue) = 52+12+59=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 12 (5.08% from 255 or 9.76% from 123); Blue value is 59 (23.44% from 255 or 47.97% from 123); Max value from RGB is 59 - color contains mainly: blue. Hex color #340C3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340C3B is #CBF3C4. Grayscale: #1D1D1D. Windows color (decimal): -13366213 or 3869748. OLE color: 3869748.
HSL color Cylindrical-coordinate representation of color #340C3B: hue angle of 291.06º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #340C3B is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 12 | 59 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.77 |
| HSL | 291.06º | 0.66% | 0.14% | - |
| HSV(B) | 291.06º | 0.8% | 0.23% | - |
| XYZ | 2.34 | 1.31 | 4.27 | - |
| YUV | 29.32 | 144.75 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 12 | 59 | 0.12 | 0.80 | 0 | 0.77 | 291.06 | 0.66 | 0.14 |
| Hex | 34 | C | 3B | C | 50 | 0 | 4D | 123 | 42 | E |
| Octal | 64 | 14 | 73 | 14 | 120 | 0 | 115 | 443 | 102 | 16 |
| Binary | 110100 | 1100 | 111011 | 1100 | 1010000 | 0 | 1001101 | 100100011 | 1000010 | 1110 |
Color Harmonies of #340C3B
Complementary color
Monochromatic Colors of #340C3B
Black with #340C3B
Text Example
Text Example
White with #340C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340C3B; }
p { color: rgb(52,12,59); }
H1.HeaderClassName
{
color: #340C3B;
}
.AnyTagClassName
{
color: #340C3B;
}
</style>
background-color css
<style>
a { background-color: #340C3B; }
a { background-color: rgb(52,12,59); }
div.DivClassName
{
background-color: #340C3B;
}
.BgClassName
{
background-color: #340C3B;
}
</style>
border-color css
<style>
span { border-color: #340C3B; }
span { border-color: rgb(52,12,59); }
td.TdClassName
{
border-color: #340C3B;
}
.TagClassName
{
border-color: #340C3B;
}
</style>