Shades of Blackcurrant #341F3C
Tints of Blackcurrant #341F3C
RGB
CMYK
RGB Variations
Color information
#341F3C (or 0x341F3C) is known color: Blackcurrant. HEX triplet: 34, 1F and 3C. RGB value is (52,31,60). Sum of RGB (Red+Green+Blue) = 52+31+60=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 60 (23.83% from 255 or 41.96% from 143); Max value from RGB is 60 - color contains mainly: blue. Hex color #341F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341F3C is #CBE0C3. Grayscale: #282828. Windows color (decimal): -13361348 or 3940148. OLE color: 3940148.
HSL color Cylindrical-coordinate representation of color #341F3C: hue angle of 283.45º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #341F3C is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 31 | 60 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.76 |
| HSL | 283.45º | 0.32% | 0.18% | - |
| HSV(B) | 283.45º | 0.48% | 0.24% | - |
| XYZ | 2.72 | 2.04 | 4.52 | - |
| YUV | 40.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 60 | 0.13 | 0.48 | 0 | 0.76 | 283.45 | 0.32 | 0.18 |
| Hex | 34 | 1F | 3C | D | 30 | 0 | 4C | 11B | 20 | 12 |
| Octal | 64 | 37 | 74 | 15 | 60 | 0 | 114 | 433 | 40 | 22 |
| Binary | 110100 | 11111 | 111100 | 1101 | 110000 | 0 | 1001100 | 100011011 | 100000 | 10010 |
Color Harmonies of #341F3C
Complementary color
Monochromatic Colors of #341F3C
Black with #341F3C
Text Example
Text Example
White with #341F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341F3C; }
p { color: rgb(52,31,60); }
H1.HeaderClassName
{
color: #341F3C;
}
.AnyTagClassName
{
color: #341F3C;
}
</style>
background-color css
<style>
a { background-color: #341F3C; }
a { background-color: rgb(52,31,60); }
div.DivClassName
{
background-color: #341F3C;
}
.BgClassName
{
background-color: #341F3C;
}
</style>
border-color css
<style>
span { border-color: #341F3C; }
span { border-color: rgb(52,31,60); }
td.TdClassName
{
border-color: #341F3C;
}
.TagClassName
{
border-color: #341F3C;
}
</style>