Shades of Blackcurrant #350146
Tints of Blackcurrant #350146
RGB
CMYK
RGB Variations
Color information
#350146 (or 0x350146) is known color: Blackcurrant. HEX triplet: 35, 01 and 46. RGB value is (53,1,70). Sum of RGB (Red+Green+Blue) = 53+1+70=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 70 (27.73% from 255 or 56.45% from 124); Max value from RGB is 70 - color contains mainly: blue. Hex color #350146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350146 is #CAFEB9. Grayscale: #181818. Windows color (decimal): -13303482 or 4587829. OLE color: 4587829.
HSL color Cylindrical-coordinate representation of color #350146: hue angle of 285.22º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #350146 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 1 | 70 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.73 |
| HSL | 285.22º | 0.97% | 0.14% | - |
| HSV(B) | 285.22º | 0.99% | 0.27% | - |
| XYZ | 2.58 | 1.22 | 5.89 | - |
| YUV | 24.41 | 153.73 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 1 | 70 | 0.24 | 0.99 | 0 | 0.73 | 285.22 | 0.97 | 0.14 |
| Hex | 35 | 1 | 46 | 18 | 63 | 0 | 49 | 11D | 61 | E |
| Octal | 65 | 1 | 106 | 30 | 143 | 0 | 111 | 435 | 141 | 16 |
| Binary | 110101 | 1 | 1000110 | 11000 | 1100011 | 0 | 1001001 | 100011101 | 1100001 | 1110 |
Color Harmonies of #350146
Complementary color
Monochromatic Colors of #350146
Black with #350146
Text Example
Text Example
White with #350146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350146; }
p { color: rgb(53,1,70); }
H1.HeaderClassName
{
color: #350146;
}
.AnyTagClassName
{
color: #350146;
}
</style>
background-color css
<style>
a { background-color: #350146; }
a { background-color: rgb(53,1,70); }
div.DivClassName
{
background-color: #350146;
}
.BgClassName
{
background-color: #350146;
}
</style>
border-color css
<style>
span { border-color: #350146; }
span { border-color: rgb(53,1,70); }
td.TdClassName
{
border-color: #350146;
}
.TagClassName
{
border-color: #350146;
}
</style>