Shades of Blackcurrant #341D3F
Tints of Blackcurrant #341D3F
RGB
CMYK
RGB Variations
Color information
#341D3F (or 0x341D3F) is known color: Blackcurrant. HEX triplet: 34, 1D and 3F. RGB value is (52,29,63). Sum of RGB (Red+Green+Blue) = 52+29+63=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 63 - color contains mainly: blue. Hex color #341D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341D3F is #CBE2C0. Grayscale: #272727. Windows color (decimal): -13361857 or 4136244. OLE color: 4136244.
HSL color Cylindrical-coordinate representation of color #341D3F: hue angle of 280.59º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #341D3F is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 29 | 63 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.75 |
| HSL | 280.59º | 0.37% | 0.18% | - |
| HSV(B) | 280.59º | 0.54% | 0.25% | - |
| XYZ | 2.75 | 1.97 | 4.94 | - |
| YUV | 39.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 29 | 63 | 0.17 | 0.54 | 0 | 0.75 | 280.59 | 0.37 | 0.18 |
| Hex | 34 | 1D | 3F | 11 | 36 | 0 | 4B | 119 | 25 | 12 |
| Octal | 64 | 35 | 77 | 21 | 66 | 0 | 113 | 431 | 45 | 22 |
| Binary | 110100 | 11101 | 111111 | 10001 | 110110 | 0 | 1001011 | 100011001 | 100101 | 10010 |
Color Harmonies of #341D3F
Complementary color
Monochromatic Colors of #341D3F
Black with #341D3F
Text Example
Text Example
White with #341D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341D3F; }
p { color: rgb(52,29,63); }
H1.HeaderClassName
{
color: #341D3F;
}
.AnyTagClassName
{
color: #341D3F;
}
</style>
background-color css
<style>
a { background-color: #341D3F; }
a { background-color: rgb(52,29,63); }
div.DivClassName
{
background-color: #341D3F;
}
.BgClassName
{
background-color: #341D3F;
}
</style>
border-color css
<style>
span { border-color: #341D3F; }
span { border-color: rgb(52,29,63); }
td.TdClassName
{
border-color: #341D3F;
}
.TagClassName
{
border-color: #341D3F;
}
</style>