Shades of Blackcurrant #350956
Tints of Blackcurrant #350956
RGB
CMYK
RGB Variations
Color information
#350956 (or 0x350956) is known color: Blackcurrant. HEX triplet: 35, 09 and 56. RGB value is (53,9,86). Sum of RGB (Red+Green+Blue) = 53+9+86=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 86 (33.98% from 255 or 58.11% from 148); Max value from RGB is 86 - color contains mainly: blue. Hex color #350956 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350956 is #CAF6A9. Grayscale: #1E1E1E. Windows color (decimal): -13301418 or 5638453. OLE color: 5638453.
HSL color Cylindrical-coordinate representation of color #350956: hue angle of 274.29º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #350956 is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 53 | 9 | 86 | - |
| CMYK | 0.38 | 0.90 | 0 | 0.66 |
| HSL | 274.29º | 0.81% | 0.19% | - |
| HSV(B) | 274.29º | 0.9% | 0.34% | - |
| XYZ | 3.25 | 1.62 | 8.95 | - |
| YUV | 30.93 | 159.08 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 9 | 86 | 0.38 | 0.90 | 0 | 0.66 | 274.29 | 0.81 | 0.19 |
| Hex | 35 | 9 | 56 | 26 | 5A | 0 | 42 | 112 | 51 | 13 |
| Octal | 65 | 11 | 126 | 46 | 132 | 0 | 102 | 422 | 121 | 23 |
| Binary | 110101 | 1001 | 1010110 | 100110 | 1011010 | 0 | 1000010 | 100010010 | 1010001 | 10011 |
Color Harmonies of #350956
Complementary color
Monochromatic Colors of #350956
Black with #350956
Text Example
Text Example
White with #350956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350956; }
p { color: rgb(53,9,86); }
H1.HeaderClassName
{
color: #350956;
}
.AnyTagClassName
{
color: #350956;
}
</style>
background-color css
<style>
a { background-color: #350956; }
a { background-color: rgb(53,9,86); }
div.DivClassName
{
background-color: #350956;
}
.BgClassName
{
background-color: #350956;
}
</style>
border-color css
<style>
span { border-color: #350956; }
span { border-color: rgb(53,9,86); }
td.TdClassName
{
border-color: #350956;
}
.TagClassName
{
border-color: #350956;
}
</style>