Shades of Blackcurrant #341C3E
Tints of Blackcurrant #341C3E
RGB
CMYK
RGB Variations
Color information
#341C3E (or 0x341C3E) is known color: Blackcurrant. HEX triplet: 34, 1C and 3E. RGB value is (52,28,62). Sum of RGB (Red+Green+Blue) = 52+28+62=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 28 (11.33% from 255 or 19.72% from 142); Blue value is 62 (24.61% from 255 or 43.66% from 142); Max value from RGB is 62 - color contains mainly: blue. Hex color #341C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C3E is #CBE3C1. Grayscale: #262626. Windows color (decimal): -13362114 or 4070452. OLE color: 4070452.
HSL color Cylindrical-coordinate representation of color #341C3E: hue angle of 282.35º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #341C3E is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 28 | 62 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.76 |
| HSL | 282.35º | 0.38% | 0.18% | - |
| HSV(B) | 282.35º | 0.55% | 0.24% | - |
| XYZ | 2.7 | 1.91 | 4.78 | - |
| YUV | 39.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 62 | 0.16 | 0.55 | 0 | 0.76 | 282.35 | 0.38 | 0.18 |
| Hex | 34 | 1C | 3E | 10 | 37 | 0 | 4C | 11A | 26 | 12 |
| Octal | 64 | 34 | 76 | 20 | 67 | 0 | 114 | 432 | 46 | 22 |
| Binary | 110100 | 11100 | 111110 | 10000 | 110111 | 0 | 1001100 | 100011010 | 100110 | 10010 |
Color Harmonies of #341C3E
Complementary color
Monochromatic Colors of #341C3E
Black with #341C3E
Text Example
Text Example
White with #341C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341C3E; }
p { color: rgb(52,28,62); }
H1.HeaderClassName
{
color: #341C3E;
}
.AnyTagClassName
{
color: #341C3E;
}
</style>
background-color css
<style>
a { background-color: #341C3E; }
a { background-color: rgb(52,28,62); }
div.DivClassName
{
background-color: #341C3E;
}
.BgClassName
{
background-color: #341C3E;
}
</style>
border-color css
<style>
span { border-color: #341C3E; }
span { border-color: rgb(52,28,62); }
td.TdClassName
{
border-color: #341C3E;
}
.TagClassName
{
border-color: #341C3E;
}
</style>