Shades of Blackcurrant #350050
Tints of Blackcurrant #350050
RGB
CMYK
RGB Variations
Color information
#350050 (or 0x350050) is known color: Blackcurrant. HEX triplet: 35, 00 and 50. RGB value is (53,0,80). Sum of RGB (Red+Green+Blue) = 53+0+80=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 80 (31.64% from 255 or 60.15% from 133); Max value from RGB is 80 - color contains mainly: blue. Hex color #350050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350050 is #CAFFAF. Grayscale: #181818. Windows color (decimal): -13303728 or 5242933. OLE color: 5242933.
HSL color Cylindrical-coordinate representation of color #350050: hue angle of 279.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #350050 is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 0 | 80 | - |
| CMYK | 0.34 | 1 | 0 | 0.69 |
| HSL | 279.75º | 1% | 0.16% | - |
| HSV(B) | 279.75º | 1% | 0.31% | - |
| XYZ | 2.92 | 1.34 | 7.69 | - |
| YUV | 24.97 | 159.06 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 80 | 0.34 | 1 | 0 | 0.69 | 279.75 | 1 | 0.16 |
| Hex | 35 | 0 | 50 | 22 | 64 | 0 | 45 | 118 | 64 | 10 |
| Octal | 65 | 0 | 120 | 42 | 144 | 0 | 105 | 430 | 144 | 20 |
| Binary | 110101 | 0 | 1010000 | 100010 | 1100100 | 0 | 1000101 | 100011000 | 1100100 | 10000 |
Color Harmonies of #350050
Complementary color
Monochromatic Colors of #350050
Black with #350050
Text Example
Text Example
White with #350050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350050; }
p { color: rgb(53,0,80); }
H1.HeaderClassName
{
color: #350050;
}
.AnyTagClassName
{
color: #350050;
}
</style>
background-color css
<style>
a { background-color: #350050; }
a { background-color: rgb(53,0,80); }
div.DivClassName
{
background-color: #350050;
}
.BgClassName
{
background-color: #350050;
}
</style>
border-color css
<style>
span { border-color: #350050; }
span { border-color: rgb(53,0,80); }
td.TdClassName
{
border-color: #350050;
}
.TagClassName
{
border-color: #350050;
}
</style>