Shades of Blackcurrant #350240
Tints of Blackcurrant #350240
RGB
CMYK
RGB Variations
Color information
#350240 (or 0x350240) is known color: Blackcurrant. HEX triplet: 35, 02 and 40. RGB value is (53,2,64). Sum of RGB (Red+Green+Blue) = 53+2+64=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 64 (25.39% from 255 or 53.78% from 119); Max value from RGB is 64 - color contains mainly: blue. Hex color #350240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350240 is #CAFDBF. Grayscale: #181818. Windows color (decimal): -13303232 or 4194869. OLE color: 4194869.
HSL color Cylindrical-coordinate representation of color #350240: hue angle of 289.35º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #350240 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 2 | 64 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.75 |
| HSL | 289.35º | 0.94% | 0.13% | - |
| HSV(B) | 289.35º | 0.97% | 0.25% | - |
| XYZ | 2.42 | 1.17 | 4.95 | - |
| YUV | 24.32 | 150.4 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 2 | 64 | 0.17 | 0.97 | 0 | 0.75 | 289.35 | 0.94 | 0.13 |
| Hex | 35 | 2 | 40 | 11 | 61 | 0 | 4B | 121 | 5E | D |
| Octal | 65 | 2 | 100 | 21 | 141 | 0 | 113 | 441 | 136 | 15 |
| Binary | 110101 | 10 | 1000000 | 10001 | 1100001 | 0 | 1001011 | 100100001 | 1011110 | 1101 |
Color Harmonies of #350240
Complementary color
Monochromatic Colors of #350240
Black with #350240
Text Example
Text Example
White with #350240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350240; }
p { color: rgb(53,2,64); }
H1.HeaderClassName
{
color: #350240;
}
.AnyTagClassName
{
color: #350240;
}
</style>
background-color css
<style>
a { background-color: #350240; }
a { background-color: rgb(53,2,64); }
div.DivClassName
{
background-color: #350240;
}
.BgClassName
{
background-color: #350240;
}
</style>
border-color css
<style>
span { border-color: #350240; }
span { border-color: rgb(53,2,64); }
td.TdClassName
{
border-color: #350240;
}
.TagClassName
{
border-color: #350240;
}
</style>