Shades of Blackcurrant #340F40
Tints of Blackcurrant #340F40
RGB
CMYK
RGB Variations
Color information
#340F40 (or 0x340F40) is known color: Blackcurrant. HEX triplet: 34, 0F and 40. RGB value is (52,15,64). Sum of RGB (Red+Green+Blue) = 52+15+64=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 64 - color contains mainly: blue. Hex color #340F40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340F40 is #CBF0BF. Grayscale: #1F1F1F. Windows color (decimal): -13365440 or 4198196. OLE color: 4198196.
HSL color Cylindrical-coordinate representation of color #340F40: hue angle of 285.31º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #340F40 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 15 | 64 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.75 |
| HSL | 285.31º | 0.62% | 0.15% | - |
| HSV(B) | 285.31º | 0.77% | 0.25% | - |
| XYZ | 2.51 | 1.44 | 5 | - |
| YUV | 31.65 | 146.26 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 15 | 64 | 0.19 | 0.77 | 0 | 0.75 | 285.31 | 0.62 | 0.15 |
| Hex | 34 | F | 40 | 13 | 4D | 0 | 4B | 11D | 3E | F |
| Octal | 64 | 17 | 100 | 23 | 115 | 0 | 113 | 435 | 76 | 17 |
| Binary | 110100 | 1111 | 1000000 | 10011 | 1001101 | 0 | 1001011 | 100011101 | 111110 | 1111 |
Color Harmonies of #340F40
Complementary color
Monochromatic Colors of #340F40
Black with #340F40
Text Example
Text Example
White with #340F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340F40; }
p { color: rgb(52,15,64); }
H1.HeaderClassName
{
color: #340F40;
}
.AnyTagClassName
{
color: #340F40;
}
</style>
background-color css
<style>
a { background-color: #340F40; }
a { background-color: rgb(52,15,64); }
div.DivClassName
{
background-color: #340F40;
}
.BgClassName
{
background-color: #340F40;
}
</style>
border-color css
<style>
span { border-color: #340F40; }
span { border-color: rgb(52,15,64); }
td.TdClassName
{
border-color: #340F40;
}
.TagClassName
{
border-color: #340F40;
}
</style>