Shades of Blackcurrant #351345
Tints of Blackcurrant #351345
RGB
CMYK
RGB Variations
Color information
#351345 (or 0x351345) is known color: Blackcurrant. HEX triplet: 35, 13 and 45. RGB value is (53,19,69). Sum of RGB (Red+Green+Blue) = 53+19+69=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 69 (27.34% from 255 or 48.94% from 141); Max value from RGB is 69 - color contains mainly: blue. Hex color #351345 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351345 is #CAECBA. Grayscale: #222222. Windows color (decimal): -13298875 or 4526901. OLE color: 4526901.
HSL color Cylindrical-coordinate representation of color #351345: hue angle of 280.8º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #351345 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 19 | 69 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.73 |
| HSL | 280.8º | 0.57% | 0.17% | - |
| HSV(B) | 280.8º | 0.72% | 0.27% | - |
| XYZ | 2.78 | 1.65 | 5.8 | - |
| YUV | 34.87 | 147.26 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 19 | 69 | 0.23 | 0.72 | 0 | 0.73 | 280.8 | 0.57 | 0.17 |
| Hex | 35 | 13 | 45 | 17 | 48 | 0 | 49 | 119 | 39 | 11 |
| Octal | 65 | 23 | 105 | 27 | 110 | 0 | 111 | 431 | 71 | 21 |
| Binary | 110101 | 10011 | 1000101 | 10111 | 1001000 | 0 | 1001001 | 100011001 | 111001 | 10001 |
Color Harmonies of #351345
Complementary color
Monochromatic Colors of #351345
Black with #351345
Text Example
Text Example
White with #351345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351345; }
p { color: rgb(53,19,69); }
H1.HeaderClassName
{
color: #351345;
}
.AnyTagClassName
{
color: #351345;
}
</style>
background-color css
<style>
a { background-color: #351345; }
a { background-color: rgb(53,19,69); }
div.DivClassName
{
background-color: #351345;
}
.BgClassName
{
background-color: #351345;
}
</style>
border-color css
<style>
span { border-color: #351345; }
span { border-color: rgb(53,19,69); }
td.TdClassName
{
border-color: #351345;
}
.TagClassName
{
border-color: #351345;
}
</style>