Shades of Blackcurrant #341A40
Tints of Blackcurrant #341A40
RGB
CMYK
RGB Variations
Color information
#341A40 (or 0x341A40) is known color: Blackcurrant. HEX triplet: 34, 1A and 40. RGB value is (52,26,64). Sum of RGB (Red+Green+Blue) = 52+26+64=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 64 - color contains mainly: blue. Hex color #341A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341A40 is #CBE5BF. Grayscale: #252525. Windows color (decimal): -13362624 or 4201012. OLE color: 4201012.
HSL color Cylindrical-coordinate representation of color #341A40: hue angle of 281.05º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #341A40 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 26 | 64 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.75 |
| HSL | 281.05º | 0.42% | 0.18% | - |
| HSV(B) | 281.05º | 0.59% | 0.25% | - |
| XYZ | 2.71 | 1.84 | 5.06 | - |
| YUV | 38.11 | 142.61 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 64 | 0.19 | 0.59 | 0 | 0.75 | 281.05 | 0.42 | 0.18 |
| Hex | 34 | 1A | 40 | 13 | 3B | 0 | 4B | 119 | 2A | 12 |
| Octal | 64 | 32 | 100 | 23 | 73 | 0 | 113 | 431 | 52 | 22 |
| Binary | 110100 | 11010 | 1000000 | 10011 | 111011 | 0 | 1001011 | 100011001 | 101010 | 10010 |
Color Harmonies of #341A40
Complementary color
Monochromatic Colors of #341A40
Black with #341A40
Text Example
Text Example
White with #341A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341A40; }
p { color: rgb(52,26,64); }
H1.HeaderClassName
{
color: #341A40;
}
.AnyTagClassName
{
color: #341A40;
}
</style>
background-color css
<style>
a { background-color: #341A40; }
a { background-color: rgb(52,26,64); }
div.DivClassName
{
background-color: #341A40;
}
.BgClassName
{
background-color: #341A40;
}
</style>
border-color css
<style>
span { border-color: #341A40; }
span { border-color: rgb(52,26,64); }
td.TdClassName
{
border-color: #341A40;
}
.TagClassName
{
border-color: #341A40;
}
</style>