Shades of Blackcurrant #350040
Tints of Blackcurrant #350040
RGB
CMYK
RGB Variations
Color information
#350040 (or 0x350040) is known color: Blackcurrant. HEX triplet: 35, 00 and 40. RGB value is (53,0,64). Sum of RGB (Red+Green+Blue) = 53+0+64=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 64 (25.39% from 255 or 54.70% from 117); Max value from RGB is 64 - color contains mainly: blue. Hex color #350040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350040 is #CAFFBF. Grayscale: #161616. Windows color (decimal): -13303744 or 4194357. OLE color: 4194357.
HSL color Cylindrical-coordinate representation of color #350040: hue angle of 289.69º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #350040 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 0 | 64 | - |
| CMYK | 0.17 | 1 | 0 | 0.75 |
| HSL | 289.69º | 1% | 0.13% | - |
| HSV(B) | 289.69º | 1% | 0.25% | - |
| XYZ | 2.39 | 1.13 | 4.94 | - |
| YUV | 23.14 | 151.06 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 64 | 0.17 | 1 | 0 | 0.75 | 289.69 | 1 | 0.13 |
| Hex | 35 | 0 | 40 | 11 | 64 | 0 | 4B | 122 | 64 | D |
| Octal | 65 | 0 | 100 | 21 | 144 | 0 | 113 | 442 | 144 | 15 |
| Binary | 110101 | 0 | 1000000 | 10001 | 1100100 | 0 | 1001011 | 100100010 | 1100100 | 1101 |
Color Harmonies of #350040
Complementary color
Monochromatic Colors of #350040
Black with #350040
Text Example
Text Example
White with #350040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350040; }
p { color: rgb(53,0,64); }
H1.HeaderClassName
{
color: #350040;
}
.AnyTagClassName
{
color: #350040;
}
</style>
background-color css
<style>
a { background-color: #350040; }
a { background-color: rgb(53,0,64); }
div.DivClassName
{
background-color: #350040;
}
.BgClassName
{
background-color: #350040;
}
</style>
border-color css
<style>
span { border-color: #350040; }
span { border-color: rgb(53,0,64); }
td.TdClassName
{
border-color: #350040;
}
.TagClassName
{
border-color: #350040;
}
</style>