Shades of Blackcurrant #351E47
Tints of Blackcurrant #351E47
RGB
CMYK
RGB Variations
Color information
#351E47 (or 0x351E47) is known color: Blackcurrant. HEX triplet: 35, 1E and 47. RGB value is (53,30,71). Sum of RGB (Red+Green+Blue) = 53+30+71=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 30 (12.11% from 255 or 19.48% from 154); Blue value is 71 (28.12% from 255 or 46.10% from 154); Max value from RGB is 71 - color contains mainly: blue. Hex color #351E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351E47 is #CAE1B8. Grayscale: #292929. Windows color (decimal): -13296057 or 4660789. OLE color: 4660789.
HSL color Cylindrical-coordinate representation of color #351E47: hue angle of 273.66º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #351E47 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 30 | 71 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.72 |
| HSL | 273.66º | 0.41% | 0.2% | - |
| HSV(B) | 273.66º | 0.58% | 0.28% | - |
| XYZ | 3.07 | 2.14 | 6.21 | - |
| YUV | 41.55 | 144.62 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 30 | 71 | 0.25 | 0.58 | 0 | 0.72 | 273.66 | 0.41 | 0.2 |
| Hex | 35 | 1E | 47 | 19 | 3A | 0 | 48 | 112 | 29 | 14 |
| Octal | 65 | 36 | 107 | 31 | 72 | 0 | 110 | 422 | 51 | 24 |
| Binary | 110101 | 11110 | 1000111 | 11001 | 111010 | 0 | 1001000 | 100010010 | 101001 | 10100 |
Color Harmonies of #351E47
Complementary color
Monochromatic Colors of #351E47
Black with #351E47
Text Example
Text Example
White with #351E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351E47; }
p { color: rgb(53,30,71); }
H1.HeaderClassName
{
color: #351E47;
}
.AnyTagClassName
{
color: #351E47;
}
</style>
background-color css
<style>
a { background-color: #351E47; }
a { background-color: rgb(53,30,71); }
div.DivClassName
{
background-color: #351E47;
}
.BgClassName
{
background-color: #351E47;
}
</style>
border-color css
<style>
span { border-color: #351E47; }
span { border-color: rgb(53,30,71); }
td.TdClassName
{
border-color: #351E47;
}
.TagClassName
{
border-color: #351E47;
}
</style>