Shades of Blackcurrant #351053
Tints of Blackcurrant #351053
RGB
CMYK
RGB Variations
Color information
#351053 (or 0x351053) is known color: Blackcurrant. HEX triplet: 35, 10 and 53. RGB value is (53,16,83). Sum of RGB (Red+Green+Blue) = 53+16+83=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 83 (32.81% from 255 or 54.61% from 152); Max value from RGB is 83 - color contains mainly: blue. Hex color #351053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351053 is #CAEFAC. Grayscale: #222222. Windows color (decimal): -13299629 or 5443637. OLE color: 5443637.
HSL color Cylindrical-coordinate representation of color #351053: hue angle of 273.13º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #351053 is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 16 | 83 | - |
| CMYK | 0.36 | 0.81 | 0 | 0.67 |
| HSL | 273.13º | 0.68% | 0.19% | - |
| HSV(B) | 273.13º | 0.81% | 0.33% | - |
| XYZ | 3.21 | 1.75 | 8.35 | - |
| YUV | 34.7 | 155.26 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 16 | 83 | 0.36 | 0.81 | 0 | 0.67 | 273.13 | 0.68 | 0.19 |
| Hex | 35 | 10 | 53 | 24 | 51 | 0 | 43 | 111 | 44 | 13 |
| Octal | 65 | 20 | 123 | 44 | 121 | 0 | 103 | 421 | 104 | 23 |
| Binary | 110101 | 10000 | 1010011 | 100100 | 1010001 | 0 | 1000011 | 100010001 | 1000100 | 10011 |
Color Harmonies of #351053
Complementary color
Monochromatic Colors of #351053
Black with #351053
Text Example
Text Example
White with #351053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351053; }
p { color: rgb(53,16,83); }
H1.HeaderClassName
{
color: #351053;
}
.AnyTagClassName
{
color: #351053;
}
</style>
background-color css
<style>
a { background-color: #351053; }
a { background-color: rgb(53,16,83); }
div.DivClassName
{
background-color: #351053;
}
.BgClassName
{
background-color: #351053;
}
</style>
border-color css
<style>
span { border-color: #351053; }
span { border-color: rgb(53,16,83); }
td.TdClassName
{
border-color: #351053;
}
.TagClassName
{
border-color: #351053;
}
</style>