Shades of Blackcurrant #341C4A
Tints of Blackcurrant #341C4A
RGB
CMYK
RGB Variations
Color information
#341C4A (or 0x341C4A) is known color: Blackcurrant. HEX triplet: 34, 1C and 4A. RGB value is (52,28,74). Sum of RGB (Red+Green+Blue) = 52+28+74=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 74 - color contains mainly: blue. Hex color #341C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C4A is #CBE3B5. Grayscale: #282828. Windows color (decimal): -13362102 or 4856884. OLE color: 4856884.
HSL color Cylindrical-coordinate representation of color #341C4A: hue angle of 271.3º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #341C4A is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 28 | 74 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.71 |
| HSL | 271.3º | 0.45% | 0.2% | - |
| HSV(B) | 271.3º | 0.62% | 0.29% | - |
| XYZ | 3.07 | 2.05 | 6.71 | - |
| YUV | 40.42 | 146.95 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 74 | 0.30 | 0.62 | 0 | 0.71 | 271.3 | 0.45 | 0.2 |
| Hex | 34 | 1C | 4A | 1E | 3E | 0 | 47 | 10F | 2D | 14 |
| Octal | 64 | 34 | 112 | 36 | 76 | 0 | 107 | 417 | 55 | 24 |
| Binary | 110100 | 11100 | 1001010 | 11110 | 111110 | 0 | 1000111 | 100001111 | 101101 | 10100 |
Color Harmonies of #341C4A
Complementary color
Monochromatic Colors of #341C4A
Black with #341C4A
Text Example
Text Example
White with #341C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341C4A; }
p { color: rgb(52,28,74); }
H1.HeaderClassName
{
color: #341C4A;
}
.AnyTagClassName
{
color: #341C4A;
}
</style>
background-color css
<style>
a { background-color: #341C4A; }
a { background-color: rgb(52,28,74); }
div.DivClassName
{
background-color: #341C4A;
}
.BgClassName
{
background-color: #341C4A;
}
</style>
border-color css
<style>
span { border-color: #341C4A; }
span { border-color: rgb(52,28,74); }
td.TdClassName
{
border-color: #341C4A;
}
.TagClassName
{
border-color: #341C4A;
}
</style>