Shades of Blackcurrant #341A3D
Tints of Blackcurrant #341A3D
RGB
CMYK
RGB Variations
Color information
#341A3D (or 0x341A3D) is known color: Blackcurrant. HEX triplet: 34, 1A and 3D. RGB value is (52,26,61). Sum of RGB (Red+Green+Blue) = 52+26+61=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 61 (24.22% from 255 or 43.88% from 139); Max value from RGB is 61 - color contains mainly: blue. Hex color #341A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341A3D is #CBE5C2. Grayscale: #252525. Windows color (decimal): -13362627 or 4004404. OLE color: 4004404.
HSL color Cylindrical-coordinate representation of color #341A3D: hue angle of 284.57º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #341A3D is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 26 | 61 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.76 |
| HSL | 284.57º | 0.4% | 0.17% | - |
| HSV(B) | 284.57º | 0.57% | 0.24% | - |
| XYZ | 2.63 | 1.81 | 4.62 | - |
| YUV | 37.76 | 141.11 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 61 | 0.15 | 0.57 | 0 | 0.76 | 284.57 | 0.4 | 0.17 |
| Hex | 34 | 1A | 3D | F | 39 | 0 | 4C | 11D | 28 | 11 |
| Octal | 64 | 32 | 75 | 17 | 71 | 0 | 114 | 435 | 50 | 21 |
| Binary | 110100 | 11010 | 111101 | 1111 | 111001 | 0 | 1001100 | 100011101 | 101000 | 10001 |
Color Harmonies of #341A3D
Complementary color
Monochromatic Colors of #341A3D
Black with #341A3D
Text Example
Text Example
White with #341A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341A3D; }
p { color: rgb(52,26,61); }
H1.HeaderClassName
{
color: #341A3D;
}
.AnyTagClassName
{
color: #341A3D;
}
</style>
background-color css
<style>
a { background-color: #341A3D; }
a { background-color: rgb(52,26,61); }
div.DivClassName
{
background-color: #341A3D;
}
.BgClassName
{
background-color: #341A3D;
}
</style>
border-color css
<style>
span { border-color: #341A3D; }
span { border-color: rgb(52,26,61); }
td.TdClassName
{
border-color: #341A3D;
}
.TagClassName
{
border-color: #341A3D;
}
</style>