Shades of Blackcurrant #351644
Tints of Blackcurrant #351644
RGB
CMYK
RGB Variations
Color information
#351644 (or 0x351644) is known color: Blackcurrant. HEX triplet: 35, 16 and 44. RGB value is (53,22,68). Sum of RGB (Red+Green+Blue) = 53+22+68=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 68 (26.95% from 255 or 47.55% from 143); Max value from RGB is 68 - color contains mainly: blue. Hex color #351644 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351644 is #CAE9BB. Grayscale: #242424. Windows color (decimal): -13298108 or 4462133. OLE color: 4462133.
HSL color Cylindrical-coordinate representation of color #351644: hue angle of 280.43º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #351644 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 22 | 68 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.73 |
| HSL | 280.43º | 0.51% | 0.18% | - |
| HSV(B) | 280.43º | 0.68% | 0.27% | - |
| XYZ | 2.8 | 1.75 | 5.66 | - |
| YUV | 36.51 | 145.77 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 22 | 68 | 0.22 | 0.68 | 0 | 0.73 | 280.43 | 0.51 | 0.18 |
| Hex | 35 | 16 | 44 | 16 | 44 | 0 | 49 | 118 | 33 | 12 |
| Octal | 65 | 26 | 104 | 26 | 104 | 0 | 111 | 430 | 63 | 22 |
| Binary | 110101 | 10110 | 1000100 | 10110 | 1000100 | 0 | 1001001 | 100011000 | 110011 | 10010 |
Color Harmonies of #351644
Complementary color
Monochromatic Colors of #351644
Black with #351644
Text Example
Text Example
White with #351644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351644; }
p { color: rgb(53,22,68); }
H1.HeaderClassName
{
color: #351644;
}
.AnyTagClassName
{
color: #351644;
}
</style>
background-color css
<style>
a { background-color: #351644; }
a { background-color: rgb(53,22,68); }
div.DivClassName
{
background-color: #351644;
}
.BgClassName
{
background-color: #351644;
}
</style>
border-color css
<style>
span { border-color: #351644; }
span { border-color: rgb(53,22,68); }
td.TdClassName
{
border-color: #351644;
}
.TagClassName
{
border-color: #351644;
}
</style>