Shades of Blackcurrant #351146
Tints of Blackcurrant #351146
RGB
CMYK
RGB Variations
Color information
#351146 (or 0x351146) is known color: Blackcurrant. HEX triplet: 35, 11 and 46. RGB value is (53,17,70). Sum of RGB (Red+Green+Blue) = 53+17+70=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 70 (27.73% from 255 or 50% from 140); Max value from RGB is 70 - color contains mainly: blue. Hex color #351146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351146 is #CAEEB9. Grayscale: #212121. Windows color (decimal): -13299386 or 4591925. OLE color: 4591925.
HSL color Cylindrical-coordinate representation of color #351146: hue angle of 280.75º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #351146 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 17 | 70 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.73 |
| HSL | 280.75º | 0.61% | 0.17% | - |
| HSV(B) | 280.75º | 0.76% | 0.27% | - |
| XYZ | 2.77 | 1.6 | 5.96 | - |
| YUV | 33.81 | 148.43 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 17 | 70 | 0.24 | 0.76 | 0 | 0.73 | 280.75 | 0.61 | 0.17 |
| Hex | 35 | 11 | 46 | 18 | 4C | 0 | 49 | 119 | 3D | 11 |
| Octal | 65 | 21 | 106 | 30 | 114 | 0 | 111 | 431 | 75 | 21 |
| Binary | 110101 | 10001 | 1000110 | 11000 | 1001100 | 0 | 1001001 | 100011001 | 111101 | 10001 |
Color Harmonies of #351146
Complementary color
Monochromatic Colors of #351146
Black with #351146
Text Example
Text Example
White with #351146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351146; }
p { color: rgb(53,17,70); }
H1.HeaderClassName
{
color: #351146;
}
.AnyTagClassName
{
color: #351146;
}
</style>
background-color css
<style>
a { background-color: #351146; }
a { background-color: rgb(53,17,70); }
div.DivClassName
{
background-color: #351146;
}
.BgClassName
{
background-color: #351146;
}
</style>
border-color css
<style>
span { border-color: #351146; }
span { border-color: rgb(53,17,70); }
td.TdClassName
{
border-color: #351146;
}
.TagClassName
{
border-color: #351146;
}
</style>