Shades of Blackcurrant #350046
Tints of Blackcurrant #350046
RGB
CMYK
RGB Variations
Color information
#350046 (or 0x350046) is known color: Blackcurrant. HEX triplet: 35, 00 and 46. RGB value is (53,0,70). Sum of RGB (Red+Green+Blue) = 53+0+70=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 70 (27.73% from 255 or 56.91% from 123); Max value from RGB is 70 - color contains mainly: blue. Hex color #350046 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350046 is #CAFFB9. Grayscale: #171717. Windows color (decimal): -13303738 or 4587573. OLE color: 4587573.
HSL color Cylindrical-coordinate representation of color #350046: hue angle of 285.43º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #350046 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 0 | 70 | - |
| CMYK | 0.24 | 1 | 0 | 0.73 |
| HSL | 285.43º | 1% | 0.14% | - |
| HSV(B) | 285.43º | 1% | 0.27% | - |
| XYZ | 2.57 | 1.2 | 5.89 | - |
| YUV | 23.83 | 154.06 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 70 | 0.24 | 1 | 0 | 0.73 | 285.43 | 1 | 0.14 |
| Hex | 35 | 0 | 46 | 18 | 64 | 0 | 49 | 11D | 64 | E |
| Octal | 65 | 0 | 106 | 30 | 144 | 0 | 111 | 435 | 144 | 16 |
| Binary | 110101 | 0 | 1000110 | 11000 | 1100100 | 0 | 1001001 | 100011101 | 1100100 | 1110 |
Color Harmonies of #350046
Complementary color
Monochromatic Colors of #350046
Black with #350046
Text Example
Text Example
White with #350046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350046; }
p { color: rgb(53,0,70); }
H1.HeaderClassName
{
color: #350046;
}
.AnyTagClassName
{
color: #350046;
}
</style>
background-color css
<style>
a { background-color: #350046; }
a { background-color: rgb(53,0,70); }
div.DivClassName
{
background-color: #350046;
}
.BgClassName
{
background-color: #350046;
}
</style>
border-color css
<style>
span { border-color: #350046; }
span { border-color: rgb(53,0,70); }
td.TdClassName
{
border-color: #350046;
}
.TagClassName
{
border-color: #350046;
}
</style>