Shades of Blackcurrant #341C3D
Tints of Blackcurrant #341C3D
RGB
CMYK
RGB Variations
Color information
#341C3D (or 0x341C3D) is known color: Blackcurrant. HEX triplet: 34, 1C and 3D. RGB value is (52,28,61). Sum of RGB (Red+Green+Blue) = 52+28+61=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 61 - color contains mainly: blue. Hex color #341C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C3D is #CBE3C2. Grayscale: #262626. Windows color (decimal): -13362115 or 4004916. OLE color: 4004916.
HSL color Cylindrical-coordinate representation of color #341C3D: hue angle of 283.64º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #341C3D is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 28 | 61 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.76 |
| HSL | 283.64º | 0.37% | 0.17% | - |
| HSV(B) | 283.64º | 0.54% | 0.24% | - |
| XYZ | 2.67 | 1.9 | 4.64 | - |
| YUV | 38.94 | 140.45 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 61 | 0.15 | 0.54 | 0 | 0.76 | 283.64 | 0.37 | 0.17 |
| Hex | 34 | 1C | 3D | F | 36 | 0 | 4C | 11C | 25 | 11 |
| Octal | 64 | 34 | 75 | 17 | 66 | 0 | 114 | 434 | 45 | 21 |
| Binary | 110100 | 11100 | 111101 | 1111 | 110110 | 0 | 1001100 | 100011100 | 100101 | 10001 |
Color Harmonies of #341C3D
Complementary color
Monochromatic Colors of #341C3D
Black with #341C3D
Text Example
Text Example
White with #341C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341C3D; }
p { color: rgb(52,28,61); }
H1.HeaderClassName
{
color: #341C3D;
}
.AnyTagClassName
{
color: #341C3D;
}
</style>
background-color css
<style>
a { background-color: #341C3D; }
a { background-color: rgb(52,28,61); }
div.DivClassName
{
background-color: #341C3D;
}
.BgClassName
{
background-color: #341C3D;
}
</style>
border-color css
<style>
span { border-color: #341C3D; }
span { border-color: rgb(52,28,61); }
td.TdClassName
{
border-color: #341C3D;
}
.TagClassName
{
border-color: #341C3D;
}
</style>