Shades of Blackcurrant #351447
Tints of Blackcurrant #351447
RGB
CMYK
RGB Variations
Color information
#351447 (or 0x351447) is known color: Blackcurrant. HEX triplet: 35, 14 and 47. RGB value is (53,20,71). Sum of RGB (Red+Green+Blue) = 53+20+71=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 71 (28.12% from 255 or 49.31% from 144); Max value from RGB is 71 - color contains mainly: blue. Hex color #351447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351447 is #CAEBB8. Grayscale: #232323. Windows color (decimal): -13298617 or 4658229. OLE color: 4658229.
HSL color Cylindrical-coordinate representation of color #351447: hue angle of 278.82º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #351447 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 20 | 71 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.72 |
| HSL | 278.82º | 0.56% | 0.18% | - |
| HSV(B) | 278.82º | 0.72% | 0.28% | - |
| XYZ | 2.86 | 1.71 | 6.14 | - |
| YUV | 35.68 | 147.93 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 20 | 71 | 0.25 | 0.72 | 0 | 0.72 | 278.82 | 0.56 | 0.18 |
| Hex | 35 | 14 | 47 | 19 | 48 | 0 | 48 | 117 | 38 | 12 |
| Octal | 65 | 24 | 107 | 31 | 110 | 0 | 110 | 427 | 70 | 22 |
| Binary | 110101 | 10100 | 1000111 | 11001 | 1001000 | 0 | 1001000 | 100010111 | 111000 | 10010 |
Color Harmonies of #351447
Complementary color
Monochromatic Colors of #351447
Black with #351447
Text Example
Text Example
White with #351447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351447; }
p { color: rgb(53,20,71); }
H1.HeaderClassName
{
color: #351447;
}
.AnyTagClassName
{
color: #351447;
}
</style>
background-color css
<style>
a { background-color: #351447; }
a { background-color: rgb(53,20,71); }
div.DivClassName
{
background-color: #351447;
}
.BgClassName
{
background-color: #351447;
}
</style>
border-color css
<style>
span { border-color: #351447; }
span { border-color: rgb(53,20,71); }
td.TdClassName
{
border-color: #351447;
}
.TagClassName
{
border-color: #351447;
}
</style>