Shades of Blackcurrant #351640
Tints of Blackcurrant #351640
RGB
CMYK
RGB Variations
Color information
#351640 (or 0x351640) is known color: Blackcurrant. HEX triplet: 35, 16 and 40. RGB value is (53,22,64). Sum of RGB (Red+Green+Blue) = 53+22+64=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 64 - color contains mainly: blue. Hex color #351640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351640 is #CAE9BF. Grayscale: #232323. Windows color (decimal): -13298112 or 4199989. OLE color: 4199989.
HSL color Cylindrical-coordinate representation of color #351640: hue angle of 284.29º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #351640 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 22 | 64 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.75 |
| HSL | 284.29º | 0.49% | 0.17% | - |
| HSV(B) | 284.29º | 0.66% | 0.25% | - |
| XYZ | 2.68 | 1.7 | 5.04 | - |
| YUV | 36.06 | 143.77 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 22 | 64 | 0.17 | 0.66 | 0 | 0.75 | 284.29 | 0.49 | 0.17 |
| Hex | 35 | 16 | 40 | 11 | 42 | 0 | 4B | 11C | 31 | 11 |
| Octal | 65 | 26 | 100 | 21 | 102 | 0 | 113 | 434 | 61 | 21 |
| Binary | 110101 | 10110 | 1000000 | 10001 | 1000010 | 0 | 1001011 | 100011100 | 110001 | 10001 |
Color Harmonies of #351640
Complementary color
Monochromatic Colors of #351640
Black with #351640
Text Example
Text Example
White with #351640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351640; }
p { color: rgb(53,22,64); }
H1.HeaderClassName
{
color: #351640;
}
.AnyTagClassName
{
color: #351640;
}
</style>
background-color css
<style>
a { background-color: #351640; }
a { background-color: rgb(53,22,64); }
div.DivClassName
{
background-color: #351640;
}
.BgClassName
{
background-color: #351640;
}
</style>
border-color css
<style>
span { border-color: #351640; }
span { border-color: rgb(53,22,64); }
td.TdClassName
{
border-color: #351640;
}
.TagClassName
{
border-color: #351640;
}
</style>