Shades of Blackcurrant #351747
Tints of Blackcurrant #351747
RGB
CMYK
RGB Variations
Color information
#351747 (or 0x351747) is known color: Blackcurrant. HEX triplet: 35, 17 and 47. RGB value is (53,23,71). Sum of RGB (Red+Green+Blue) = 53+23+71=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 71 (28.12% from 255 or 48.30% from 147); Max value from RGB is 71 - color contains mainly: blue. Hex color #351747 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351747 is #CAE8B8. Grayscale: #252525. Windows color (decimal): -13297849 or 4658997. OLE color: 4658997.
HSL color Cylindrical-coordinate representation of color #351747: hue angle of 277.5º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #351747 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 23 | 71 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.72 |
| HSL | 277.5º | 0.51% | 0.18% | - |
| HSV(B) | 277.5º | 0.68% | 0.28% | - |
| XYZ | 2.91 | 1.82 | 6.16 | - |
| YUV | 37.44 | 146.94 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 23 | 71 | 0.25 | 0.68 | 0 | 0.72 | 277.5 | 0.51 | 0.18 |
| Hex | 35 | 17 | 47 | 19 | 44 | 0 | 48 | 116 | 33 | 12 |
| Octal | 65 | 27 | 107 | 31 | 104 | 0 | 110 | 426 | 63 | 22 |
| Binary | 110101 | 10111 | 1000111 | 11001 | 1000100 | 0 | 1001000 | 100010110 | 110011 | 10010 |
Color Harmonies of #351747
Complementary color
Monochromatic Colors of #351747
Black with #351747
Text Example
Text Example
White with #351747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351747; }
p { color: rgb(53,23,71); }
H1.HeaderClassName
{
color: #351747;
}
.AnyTagClassName
{
color: #351747;
}
</style>
background-color css
<style>
a { background-color: #351747; }
a { background-color: rgb(53,23,71); }
div.DivClassName
{
background-color: #351747;
}
.BgClassName
{
background-color: #351747;
}
</style>
border-color css
<style>
span { border-color: #351747; }
span { border-color: rgb(53,23,71); }
td.TdClassName
{
border-color: #351747;
}
.TagClassName
{
border-color: #351747;
}
</style>