Shades of Blackcurrant #341E3D
Tints of Blackcurrant #341E3D
RGB
CMYK
RGB Variations
Color information
#341E3D (or 0x341E3D) is known color: Blackcurrant. HEX triplet: 34, 1E and 3D. RGB value is (52,30,61). Sum of RGB (Red+Green+Blue) = 52+30+61=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 30 (12.11% from 255 or 20.98% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 61 - color contains mainly: blue. Hex color #341E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341E3D is #CBE1C2. Grayscale: #282828. Windows color (decimal): -13361603 or 4005428. OLE color: 4005428.
HSL color Cylindrical-coordinate representation of color #341E3D: hue angle of 282.58º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #341E3D is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 30 | 61 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.76 |
| HSL | 282.58º | 0.34% | 0.18% | - |
| HSV(B) | 282.58º | 0.51% | 0.24% | - |
| XYZ | 2.72 | 2 | 4.66 | - |
| YUV | 40.11 | 139.79 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 30 | 61 | 0.15 | 0.51 | 0 | 0.76 | 282.58 | 0.34 | 0.18 |
| Hex | 34 | 1E | 3D | F | 33 | 0 | 4C | 11B | 22 | 12 |
| Octal | 64 | 36 | 75 | 17 | 63 | 0 | 114 | 433 | 42 | 22 |
| Binary | 110100 | 11110 | 111101 | 1111 | 110011 | 0 | 1001100 | 100011011 | 100010 | 10010 |
Color Harmonies of #341E3D
Complementary color
Monochromatic Colors of #341E3D
Black with #341E3D
Text Example
Text Example
White with #341E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341E3D; }
p { color: rgb(52,30,61); }
H1.HeaderClassName
{
color: #341E3D;
}
.AnyTagClassName
{
color: #341E3D;
}
</style>
background-color css
<style>
a { background-color: #341E3D; }
a { background-color: rgb(52,30,61); }
div.DivClassName
{
background-color: #341E3D;
}
.BgClassName
{
background-color: #341E3D;
}
</style>
border-color css
<style>
span { border-color: #341E3D; }
span { border-color: rgb(52,30,61); }
td.TdClassName
{
border-color: #341E3D;
}
.TagClassName
{
border-color: #341E3D;
}
</style>