Shades of Blackcurrant #350647
Tints of Blackcurrant #350647
RGB
CMYK
RGB Variations
Color information
#350647 (or 0x350647) is known color: Blackcurrant. HEX triplet: 35, 06 and 47. RGB value is (53,6,71). Sum of RGB (Red+Green+Blue) = 53+6+71=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 71 (28.12% from 255 or 54.62% from 130); Max value from RGB is 71 - color contains mainly: blue. Hex color #350647 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350647 is #CAF9B8. Grayscale: #1B1B1B. Windows color (decimal): -13302201 or 4654645. OLE color: 4654645.
HSL color Cylindrical-coordinate representation of color #350647: hue angle of 283.38º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #350647 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 6 | 71 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.72 |
| HSL | 283.38º | 0.84% | 0.15% | - |
| HSV(B) | 283.38º | 0.92% | 0.28% | - |
| XYZ | 2.67 | 1.34 | 6.08 | - |
| YUV | 27.46 | 152.57 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 6 | 71 | 0.25 | 0.92 | 0 | 0.72 | 283.38 | 0.84 | 0.15 |
| Hex | 35 | 6 | 47 | 19 | 5C | 0 | 48 | 11B | 54 | F |
| Octal | 65 | 6 | 107 | 31 | 134 | 0 | 110 | 433 | 124 | 17 |
| Binary | 110101 | 110 | 1000111 | 11001 | 1011100 | 0 | 1001000 | 100011011 | 1010100 | 1111 |
Color Harmonies of #350647
Complementary color
Monochromatic Colors of #350647
Black with #350647
Text Example
Text Example
White with #350647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350647; }
p { color: rgb(53,6,71); }
H1.HeaderClassName
{
color: #350647;
}
.AnyTagClassName
{
color: #350647;
}
</style>
background-color css
<style>
a { background-color: #350647; }
a { background-color: rgb(53,6,71); }
div.DivClassName
{
background-color: #350647;
}
.BgClassName
{
background-color: #350647;
}
</style>
border-color css
<style>
span { border-color: #350647; }
span { border-color: rgb(53,6,71); }
td.TdClassName
{
border-color: #350647;
}
.TagClassName
{
border-color: #350647;
}
</style>