Shades of Blackcurrant #351240
Tints of Blackcurrant #351240
RGB
CMYK
RGB Variations
Color information
#351240 (or 0x351240) is known color: Blackcurrant. HEX triplet: 35, 12 and 40. RGB value is (53,18,64). Sum of RGB (Red+Green+Blue) = 53+18+64=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 64 - color contains mainly: blue. Hex color #351240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351240 is #CAEDBF. Grayscale: #212121. Windows color (decimal): -13299136 or 4198965. OLE color: 4198965.
HSL color Cylindrical-coordinate representation of color #351240: hue angle of 285.65º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #351240 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 18 | 64 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.75 |
| HSL | 285.65º | 0.56% | 0.16% | - |
| HSV(B) | 285.65º | 0.72% | 0.25% | - |
| XYZ | 2.61 | 1.56 | 5.01 | - |
| YUV | 33.71 | 145.1 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 18 | 64 | 0.17 | 0.72 | 0 | 0.75 | 285.65 | 0.56 | 0.16 |
| Hex | 35 | 12 | 40 | 11 | 48 | 0 | 4B | 11E | 38 | 10 |
| Octal | 65 | 22 | 100 | 21 | 110 | 0 | 113 | 436 | 70 | 20 |
| Binary | 110101 | 10010 | 1000000 | 10001 | 1001000 | 0 | 1001011 | 100011110 | 111000 | 10000 |
Color Harmonies of #351240
Complementary color
Monochromatic Colors of #351240
Black with #351240
Text Example
Text Example
White with #351240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351240; }
p { color: rgb(53,18,64); }
H1.HeaderClassName
{
color: #351240;
}
.AnyTagClassName
{
color: #351240;
}
</style>
background-color css
<style>
a { background-color: #351240; }
a { background-color: rgb(53,18,64); }
div.DivClassName
{
background-color: #351240;
}
.BgClassName
{
background-color: #351240;
}
</style>
border-color css
<style>
span { border-color: #351240; }
span { border-color: rgb(53,18,64); }
td.TdClassName
{
border-color: #351240;
}
.TagClassName
{
border-color: #351240;
}
</style>