Shades of Blackcurrant #350356
Tints of Blackcurrant #350356
RGB
CMYK
RGB Variations
Color information
#350356 (or 0x350356) is known color: Blackcurrant. HEX triplet: 35, 03 and 56. RGB value is (53,3,86). Sum of RGB (Red+Green+Blue) = 53+3+86=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 86 (33.98% from 255 or 60.56% from 142); Max value from RGB is 86 - color contains mainly: blue. Hex color #350356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350356 is #CAFCA9. Grayscale: #1B1B1B. Windows color (decimal): -13302954 or 5636917. OLE color: 5636917.
HSL color Cylindrical-coordinate representation of color #350356: hue angle of 276.14º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #350356 is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 53 | 3 | 86 | - |
| CMYK | 0.38 | 0.97 | 0 | 0.66 |
| HSL | 276.14º | 0.93% | 0.17% | - |
| HSV(B) | 276.14º | 0.97% | 0.34% | - |
| XYZ | 3.18 | 1.49 | 8.92 | - |
| YUV | 27.41 | 161.07 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 3 | 86 | 0.38 | 0.97 | 0 | 0.66 | 276.14 | 0.93 | 0.17 |
| Hex | 35 | 3 | 56 | 26 | 61 | 0 | 42 | 114 | 5D | 11 |
| Octal | 65 | 3 | 126 | 46 | 141 | 0 | 102 | 424 | 135 | 21 |
| Binary | 110101 | 11 | 1010110 | 100110 | 1100001 | 0 | 1000010 | 100010100 | 1011101 | 10001 |
Color Harmonies of #350356
Complementary color
Monochromatic Colors of #350356
Black with #350356
Text Example
Text Example
White with #350356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350356; }
p { color: rgb(53,3,86); }
H1.HeaderClassName
{
color: #350356;
}
.AnyTagClassName
{
color: #350356;
}
</style>
background-color css
<style>
a { background-color: #350356; }
a { background-color: rgb(53,3,86); }
div.DivClassName
{
background-color: #350356;
}
.BgClassName
{
background-color: #350356;
}
</style>
border-color css
<style>
span { border-color: #350356; }
span { border-color: rgb(53,3,86); }
td.TdClassName
{
border-color: #350356;
}
.TagClassName
{
border-color: #350356;
}
</style>