Shades of Blackcurrant #341E43
Tints of Blackcurrant #341E43
RGB
CMYK
RGB Variations
Color information
#341E43 (or 0x341E43) is known color: Blackcurrant. HEX triplet: 34, 1E and 43. RGB value is (52,30,67). Sum of RGB (Red+Green+Blue) = 52+30+67=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 67 (26.56% from 255 or 44.97% from 149); Max value from RGB is 67 - color contains mainly: blue. Hex color #341E43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341E43 is #CBE1BC. Grayscale: #282828. Windows color (decimal): -13361597 or 4398644. OLE color: 4398644.
HSL color Cylindrical-coordinate representation of color #341E43: hue angle of 275.68º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #341E43 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 30 | 67 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.74 |
| HSL | 275.68º | 0.38% | 0.19% | - |
| HSV(B) | 275.68º | 0.55% | 0.26% | - |
| XYZ | 2.89 | 2.06 | 5.56 | - |
| YUV | 40.8 | 142.79 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 30 | 67 | 0.22 | 0.55 | 0 | 0.74 | 275.68 | 0.38 | 0.19 |
| Hex | 34 | 1E | 43 | 16 | 37 | 0 | 4A | 114 | 26 | 13 |
| Octal | 64 | 36 | 103 | 26 | 67 | 0 | 112 | 424 | 46 | 23 |
| Binary | 110100 | 11110 | 1000011 | 10110 | 110111 | 0 | 1001010 | 100010100 | 100110 | 10011 |
Color Harmonies of #341E43
Complementary color
Monochromatic Colors of #341E43
Black with #341E43
Text Example
Text Example
White with #341E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341E43; }
p { color: rgb(52,30,67); }
H1.HeaderClassName
{
color: #341E43;
}
.AnyTagClassName
{
color: #341E43;
}
</style>
background-color css
<style>
a { background-color: #341E43; }
a { background-color: rgb(52,30,67); }
div.DivClassName
{
background-color: #341E43;
}
.BgClassName
{
background-color: #341E43;
}
</style>
border-color css
<style>
span { border-color: #341E43; }
span { border-color: rgb(52,30,67); }
td.TdClassName
{
border-color: #341E43;
}
.TagClassName
{
border-color: #341E43;
}
</style>