Shades of Blackcurrant #351051
Tints of Blackcurrant #351051
RGB
CMYK
RGB Variations
Color information
#351051 (or 0x351051) is known color: Blackcurrant. HEX triplet: 35, 10 and 51. RGB value is (53,16,81). Sum of RGB (Red+Green+Blue) = 53+16+81=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 81 (32.03% from 255 or 54% from 150); Max value from RGB is 81 - color contains mainly: blue. Hex color #351051 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351051 is #CAEFAE. Grayscale: #222222. Windows color (decimal): -13299631 or 5312565. OLE color: 5312565.
HSL color Cylindrical-coordinate representation of color #351051: hue angle of 274.15º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #351051 is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 16 | 81 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.68 |
| HSL | 274.15º | 0.67% | 0.19% | - |
| HSV(B) | 274.15º | 0.8% | 0.32% | - |
| XYZ | 3.14 | 1.72 | 7.95 | - |
| YUV | 34.47 | 154.26 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 16 | 81 | 0.35 | 0.80 | 0 | 0.68 | 274.15 | 0.67 | 0.19 |
| Hex | 35 | 10 | 51 | 23 | 50 | 0 | 44 | 112 | 43 | 13 |
| Octal | 65 | 20 | 121 | 43 | 120 | 0 | 104 | 422 | 103 | 23 |
| Binary | 110101 | 10000 | 1010001 | 100011 | 1010000 | 0 | 1000100 | 100010010 | 1000011 | 10011 |
Color Harmonies of #351051
Complementary color
Monochromatic Colors of #351051
Black with #351051
Text Example
Text Example
White with #351051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351051; }
p { color: rgb(53,16,81); }
H1.HeaderClassName
{
color: #351051;
}
.AnyTagClassName
{
color: #351051;
}
</style>
background-color css
<style>
a { background-color: #351051; }
a { background-color: rgb(53,16,81); }
div.DivClassName
{
background-color: #351051;
}
.BgClassName
{
background-color: #351051;
}
</style>
border-color css
<style>
span { border-color: #351051; }
span { border-color: rgb(53,16,81); }
td.TdClassName
{
border-color: #351051;
}
.TagClassName
{
border-color: #351051;
}
</style>