Shades of Blackcurrant #340D3C
Tints of Blackcurrant #340D3C
RGB
CMYK
RGB Variations
Color information
#340D3C (or 0x340D3C) is known color: Blackcurrant. HEX triplet: 34, 0D and 3C. RGB value is (52,13,60). Sum of RGB (Red+Green+Blue) = 52+13+60=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 13 (5.47% from 255 or 10.4% from 125); Blue value is 60 (23.83% from 255 or 48% from 125); Max value from RGB is 60 - color contains mainly: blue. Hex color #340D3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340D3C is #CBF2C3. Grayscale: #1D1D1D. Windows color (decimal): -13365956 or 3935540. OLE color: 3935540.
HSL color Cylindrical-coordinate representation of color #340D3C: hue angle of 289.79º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #340D3C is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 13 | 60 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.76 |
| HSL | 289.79º | 0.64% | 0.14% | - |
| HSV(B) | 289.79º | 0.78% | 0.24% | - |
| XYZ | 2.38 | 1.34 | 4.41 | - |
| YUV | 30.02 | 144.92 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 13 | 60 | 0.13 | 0.78 | 0 | 0.76 | 289.79 | 0.64 | 0.14 |
| Hex | 34 | D | 3C | D | 4E | 0 | 4C | 122 | 40 | E |
| Octal | 64 | 15 | 74 | 15 | 116 | 0 | 114 | 442 | 100 | 16 |
| Binary | 110100 | 1101 | 111100 | 1101 | 1001110 | 0 | 1001100 | 100100010 | 1000000 | 1110 |
Color Harmonies of #340D3C
Complementary color
Monochromatic Colors of #340D3C
Black with #340D3C
Text Example
Text Example
White with #340D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340D3C; }
p { color: rgb(52,13,60); }
H1.HeaderClassName
{
color: #340D3C;
}
.AnyTagClassName
{
color: #340D3C;
}
</style>
background-color css
<style>
a { background-color: #340D3C; }
a { background-color: rgb(52,13,60); }
div.DivClassName
{
background-color: #340D3C;
}
.BgClassName
{
background-color: #340D3C;
}
</style>
border-color css
<style>
span { border-color: #340D3C; }
span { border-color: rgb(52,13,60); }
td.TdClassName
{
border-color: #340D3C;
}
.TagClassName
{
border-color: #340D3C;
}
</style>