Shades of Blackcurrant #351250
Tints of Blackcurrant #351250
RGB
CMYK
RGB Variations
Color information
#351250 (or 0x351250) is known color: Blackcurrant. HEX triplet: 35, 12 and 50. RGB value is (53,18,80). Sum of RGB (Red+Green+Blue) = 53+18+80=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 80 (31.64% from 255 or 52.98% from 151); Max value from RGB is 80 - color contains mainly: blue. Hex color #351250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351250 is #CAEDAF. Grayscale: #232323. Windows color (decimal): -13299120 or 5247541. OLE color: 5247541.
HSL color Cylindrical-coordinate representation of color #351250: hue angle of 273.87º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #351250 is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 18 | 80 | - |
| CMYK | 0.34 | 0.78 | 0 | 0.69 |
| HSL | 273.87º | 0.63% | 0.19% | - |
| HSV(B) | 273.87º | 0.78% | 0.31% | - |
| XYZ | 3.13 | 1.77 | 7.77 | - |
| YUV | 35.53 | 153.1 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 18 | 80 | 0.34 | 0.78 | 0 | 0.69 | 273.87 | 0.63 | 0.19 |
| Hex | 35 | 12 | 50 | 22 | 4E | 0 | 45 | 112 | 3F | 13 |
| Octal | 65 | 22 | 120 | 42 | 116 | 0 | 105 | 422 | 77 | 23 |
| Binary | 110101 | 10010 | 1010000 | 100010 | 1001110 | 0 | 1000101 | 100010010 | 111111 | 10011 |
Color Harmonies of #351250
Complementary color
Monochromatic Colors of #351250
Black with #351250
Text Example
Text Example
White with #351250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351250; }
p { color: rgb(53,18,80); }
H1.HeaderClassName
{
color: #351250;
}
.AnyTagClassName
{
color: #351250;
}
</style>
background-color css
<style>
a { background-color: #351250; }
a { background-color: rgb(53,18,80); }
div.DivClassName
{
background-color: #351250;
}
.BgClassName
{
background-color: #351250;
}
</style>
border-color css
<style>
span { border-color: #351250; }
span { border-color: rgb(53,18,80); }
td.TdClassName
{
border-color: #351250;
}
.TagClassName
{
border-color: #351250;
}
</style>