Shades of Blackcurrant #350644
Tints of Blackcurrant #350644
RGB
CMYK
RGB Variations
Color information
#350644 (or 0x350644) is known color: Blackcurrant. HEX triplet: 35, 06 and 44. RGB value is (53,6,68). Sum of RGB (Red+Green+Blue) = 53+6+68=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 68 (26.95% from 255 or 53.54% from 127); Max value from RGB is 68 - color contains mainly: blue. Hex color #350644 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350644 is #CAF9BB. Grayscale: #1A1A1A. Windows color (decimal): -13302204 or 4458037. OLE color: 4458037.
HSL color Cylindrical-coordinate representation of color #350644: hue angle of 285.48º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #350644 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 6 | 68 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.73 |
| HSL | 285.48º | 0.84% | 0.15% | - |
| HSV(B) | 285.48º | 0.91% | 0.27% | - |
| XYZ | 2.58 | 1.3 | 5.58 | - |
| YUV | 27.12 | 151.07 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 6 | 68 | 0.22 | 0.91 | 0 | 0.73 | 285.48 | 0.84 | 0.15 |
| Hex | 35 | 6 | 44 | 16 | 5B | 0 | 49 | 11D | 54 | F |
| Octal | 65 | 6 | 104 | 26 | 133 | 0 | 111 | 435 | 124 | 17 |
| Binary | 110101 | 110 | 1000100 | 10110 | 1011011 | 0 | 1001001 | 100011101 | 1010100 | 1111 |
Color Harmonies of #350644
Complementary color
Monochromatic Colors of #350644
Black with #350644
Text Example
Text Example
White with #350644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350644; }
p { color: rgb(53,6,68); }
H1.HeaderClassName
{
color: #350644;
}
.AnyTagClassName
{
color: #350644;
}
</style>
background-color css
<style>
a { background-color: #350644; }
a { background-color: rgb(53,6,68); }
div.DivClassName
{
background-color: #350644;
}
.BgClassName
{
background-color: #350644;
}
</style>
border-color css
<style>
span { border-color: #350644; }
span { border-color: rgb(53,6,68); }
td.TdClassName
{
border-color: #350644;
}
.TagClassName
{
border-color: #350644;
}
</style>