Shades of Blackcurrant #350747
Tints of Blackcurrant #350747
RGB
CMYK
RGB Variations
Color information
#350747 (or 0x350747) is known color: Blackcurrant. HEX triplet: 35, 07 and 47. RGB value is (53,7,71). Sum of RGB (Red+Green+Blue) = 53+7+71=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 71 (28.12% from 255 or 54.20% from 131); Max value from RGB is 71 - color contains mainly: blue. Hex color #350747 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350747 is #CAF8B8. Grayscale: #1B1B1B. Windows color (decimal): -13301945 or 4654901. OLE color: 4654901.
HSL color Cylindrical-coordinate representation of color #350747: hue angle of 283.12º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #350747 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 7 | 71 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.72 |
| HSL | 283.13º | 0.82% | 0.15% | - |
| HSV(B) | 283.13º | 0.9% | 0.28% | - |
| XYZ | 2.68 | 1.36 | 6.08 | - |
| YUV | 28.05 | 152.24 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 7 | 71 | 0.25 | 0.90 | 0 | 0.72 | 283.13 | 0.82 | 0.15 |
| Hex | 35 | 7 | 47 | 19 | 5A | 0 | 48 | 11B | 52 | F |
| Octal | 65 | 7 | 107 | 31 | 132 | 0 | 110 | 433 | 122 | 17 |
| Binary | 110101 | 111 | 1000111 | 11001 | 1011010 | 0 | 1001000 | 100011011 | 1010010 | 1111 |
Color Harmonies of #350747
Complementary color
Monochromatic Colors of #350747
Black with #350747
Text Example
Text Example
White with #350747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350747; }
p { color: rgb(53,7,71); }
H1.HeaderClassName
{
color: #350747;
}
.AnyTagClassName
{
color: #350747;
}
</style>
background-color css
<style>
a { background-color: #350747; }
a { background-color: rgb(53,7,71); }
div.DivClassName
{
background-color: #350747;
}
.BgClassName
{
background-color: #350747;
}
</style>
border-color css
<style>
span { border-color: #350747; }
span { border-color: rgb(53,7,71); }
td.TdClassName
{
border-color: #350747;
}
.TagClassName
{
border-color: #350747;
}
</style>