Shades of Blackcurrant #350156
Tints of Blackcurrant #350156
RGB
CMYK
RGB Variations
Color information
#350156 (or 0x350156) is known color: Blackcurrant. HEX triplet: 35, 01 and 56. RGB value is (53,1,86). Sum of RGB (Red+Green+Blue) = 53+1+86=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 86 (33.98% from 255 or 61.43% from 140); Max value from RGB is 86 - color contains mainly: blue. Hex color #350156 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350156 is #CAFEA9. Grayscale: #191919. Windows color (decimal): -13303466 or 5636405. OLE color: 5636405.
HSL color Cylindrical-coordinate representation of color #350156: hue angle of 276.71º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #350156 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 53 | 1 | 86 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.66 |
| HSL | 276.71º | 0.98% | 0.17% | - |
| HSV(B) | 276.71º | 0.99% | 0.34% | - |
| XYZ | 3.16 | 1.45 | 8.92 | - |
| YUV | 26.24 | 161.73 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 1 | 86 | 0.38 | 0.99 | 0 | 0.66 | 276.71 | 0.98 | 0.17 |
| Hex | 35 | 1 | 56 | 26 | 63 | 0 | 42 | 115 | 62 | 11 |
| Octal | 65 | 1 | 126 | 46 | 143 | 0 | 102 | 425 | 142 | 21 |
| Binary | 110101 | 1 | 1010110 | 100110 | 1100011 | 0 | 1000010 | 100010101 | 1100010 | 10001 |
Color Harmonies of #350156
Complementary color
Monochromatic Colors of #350156
Black with #350156
Text Example
Text Example
White with #350156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350156; }
p { color: rgb(53,1,86); }
H1.HeaderClassName
{
color: #350156;
}
.AnyTagClassName
{
color: #350156;
}
</style>
background-color css
<style>
a { background-color: #350156; }
a { background-color: rgb(53,1,86); }
div.DivClassName
{
background-color: #350156;
}
.BgClassName
{
background-color: #350156;
}
</style>
border-color css
<style>
span { border-color: #350156; }
span { border-color: rgb(53,1,86); }
td.TdClassName
{
border-color: #350156;
}
.TagClassName
{
border-color: #350156;
}
</style>