Shades of Blackcurrant #351945
Tints of Blackcurrant #351945
RGB
CMYK
RGB Variations
Color information
#351945 (or 0x351945) is known color: Blackcurrant. HEX triplet: 35, 19 and 45. RGB value is (53,25,69). Sum of RGB (Red+Green+Blue) = 53+25+69=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 69 (27.34% from 255 or 46.94% from 147); Max value from RGB is 69 - color contains mainly: blue. Hex color #351945 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351945 is #CAE6BA. Grayscale: #262626. Windows color (decimal): -13297339 or 4528437. OLE color: 4528437.
HSL color Cylindrical-coordinate representation of color #351945: hue angle of 278.18º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #351945 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 25 | 69 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.73 |
| HSL | 278.18º | 0.47% | 0.18% | - |
| HSV(B) | 278.18º | 0.64% | 0.27% | - |
| XYZ | 2.89 | 1.88 | 5.84 | - |
| YUV | 38.39 | 145.28 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 25 | 69 | 0.23 | 0.64 | 0 | 0.73 | 278.18 | 0.47 | 0.18 |
| Hex | 35 | 19 | 45 | 17 | 40 | 0 | 49 | 116 | 2F | 12 |
| Octal | 65 | 31 | 105 | 27 | 100 | 0 | 111 | 426 | 57 | 22 |
| Binary | 110101 | 11001 | 1000101 | 10111 | 1000000 | 0 | 1001001 | 100010110 | 101111 | 10010 |
Color Harmonies of #351945
Complementary color
Monochromatic Colors of #351945
Black with #351945
Text Example
Text Example
White with #351945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351945; }
p { color: rgb(53,25,69); }
H1.HeaderClassName
{
color: #351945;
}
.AnyTagClassName
{
color: #351945;
}
</style>
background-color css
<style>
a { background-color: #351945; }
a { background-color: rgb(53,25,69); }
div.DivClassName
{
background-color: #351945;
}
.BgClassName
{
background-color: #351945;
}
</style>
border-color css
<style>
span { border-color: #351945; }
span { border-color: rgb(53,25,69); }
td.TdClassName
{
border-color: #351945;
}
.TagClassName
{
border-color: #351945;
}
</style>