Shades of Blackcurrant #340A41
Tints of Blackcurrant #340A41
RGB
CMYK
RGB Variations
Color information
#340A41 (or 0x340A41) is known color: Blackcurrant. HEX triplet: 34, 0A and 41. RGB value is (52,10,65). Sum of RGB (Red+Green+Blue) = 52+10+65=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 10 (4.30% from 255 or 7.87% from 127); Blue value is 65 (25.78% from 255 or 51.18% from 127); Max value from RGB is 65 - color contains mainly: blue. Hex color #340A41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340A41 is #CBF5BE. Grayscale: #1C1C1C. Windows color (decimal): -13366719 or 4262452. OLE color: 4262452.
HSL color Cylindrical-coordinate representation of color #340A41: hue angle of 285.82º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #340A41 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 10 | 65 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.75 |
| HSL | 285.82º | 0.73% | 0.15% | - |
| HSV(B) | 285.82º | 0.85% | 0.25% | - |
| XYZ | 2.48 | 1.33 | 5.13 | - |
| YUV | 28.83 | 148.41 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 10 | 65 | 0.20 | 0.85 | 0 | 0.75 | 285.82 | 0.73 | 0.15 |
| Hex | 34 | A | 41 | 14 | 55 | 0 | 4B | 11E | 49 | F |
| Octal | 64 | 12 | 101 | 24 | 125 | 0 | 113 | 436 | 111 | 17 |
| Binary | 110100 | 1010 | 1000001 | 10100 | 1010101 | 0 | 1001011 | 100011110 | 1001001 | 1111 |
Color Harmonies of #340A41
Complementary color
Monochromatic Colors of #340A41
Black with #340A41
Text Example
Text Example
White with #340A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340A41; }
p { color: rgb(52,10,65); }
H1.HeaderClassName
{
color: #340A41;
}
.AnyTagClassName
{
color: #340A41;
}
</style>
background-color css
<style>
a { background-color: #340A41; }
a { background-color: rgb(52,10,65); }
div.DivClassName
{
background-color: #340A41;
}
.BgClassName
{
background-color: #340A41;
}
</style>
border-color css
<style>
span { border-color: #340A41; }
span { border-color: rgb(52,10,65); }
td.TdClassName
{
border-color: #340A41;
}
.TagClassName
{
border-color: #340A41;
}
</style>