Shades of Blackcurrant #341A3C
Tints of Blackcurrant #341A3C
RGB
CMYK
RGB Variations
Color information
#341A3C (or 0x341A3C) is known color: Blackcurrant. HEX triplet: 34, 1A and 3C. RGB value is (52,26,60). Sum of RGB (Red+Green+Blue) = 52+26+60=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 60 (23.83% from 255 or 43.48% from 138); Max value from RGB is 60 - color contains mainly: blue. Hex color #341A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341A3C is #CBE5C3. Grayscale: #252525. Windows color (decimal): -13362628 or 3938868. OLE color: 3938868.
HSL color Cylindrical-coordinate representation of color #341A3C: hue angle of 285.88º 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 #341A3C is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 26 | 60 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.76 |
| HSL | 285.88º | 0.4% | 0.17% | - |
| HSV(B) | 285.88º | 0.57% | 0.24% | - |
| XYZ | 2.6 | 1.8 | 4.48 | - |
| YUV | 37.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 60 | 0.13 | 0.57 | 0 | 0.76 | 285.88 | 0.4 | 0.17 |
| Hex | 34 | 1A | 3C | D | 39 | 0 | 4C | 11E | 28 | 11 |
| Octal | 64 | 32 | 74 | 15 | 71 | 0 | 114 | 436 | 50 | 21 |
| Binary | 110100 | 11010 | 111100 | 1101 | 111001 | 0 | 1001100 | 100011110 | 101000 | 10001 |
Color Harmonies of #341A3C
Complementary color
Monochromatic Colors of #341A3C
Black with #341A3C
Text Example
Text Example
White with #341A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341A3C; }
p { color: rgb(52,26,60); }
H1.HeaderClassName
{
color: #341A3C;
}
.AnyTagClassName
{
color: #341A3C;
}
</style>
background-color css
<style>
a { background-color: #341A3C; }
a { background-color: rgb(52,26,60); }
div.DivClassName
{
background-color: #341A3C;
}
.BgClassName
{
background-color: #341A3C;
}
</style>
border-color css
<style>
span { border-color: #341A3C; }
span { border-color: rgb(52,26,60); }
td.TdClassName
{
border-color: #341A3C;
}
.TagClassName
{
border-color: #341A3C;
}
</style>