Shades of Blackcurrant #351944
Tints of Blackcurrant #351944
RGB
CMYK
RGB Variations
Color information
#351944 (or 0x351944) is known color: Blackcurrant. HEX triplet: 35, 19 and 44. RGB value is (53,25,68). Sum of RGB (Red+Green+Blue) = 53+25+68=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 68 (26.95% from 255 or 46.58% from 146); Max value from RGB is 68 - color contains mainly: blue. Hex color #351944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351944 is #CAE6BB. Grayscale: #262626. Windows color (decimal): -13297340 or 4462901. OLE color: 4462901.
HSL color Cylindrical-coordinate representation of color #351944: hue angle of 279.07º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #351944 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 25 | 68 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.73 |
| HSL | 279.07º | 0.46% | 0.18% | - |
| HSV(B) | 279.07º | 0.63% | 0.27% | - |
| XYZ | 2.86 | 1.87 | 5.68 | - |
| YUV | 38.27 | 144.78 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 25 | 68 | 0.22 | 0.63 | 0 | 0.73 | 279.07 | 0.46 | 0.18 |
| Hex | 35 | 19 | 44 | 16 | 3F | 0 | 49 | 117 | 2E | 12 |
| Octal | 65 | 31 | 104 | 26 | 77 | 0 | 111 | 427 | 56 | 22 |
| Binary | 110101 | 11001 | 1000100 | 10110 | 111111 | 0 | 1001001 | 100010111 | 101110 | 10010 |
Color Harmonies of #351944
Complementary color
Monochromatic Colors of #351944
Black with #351944
Text Example
Text Example
White with #351944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351944; }
p { color: rgb(53,25,68); }
H1.HeaderClassName
{
color: #351944;
}
.AnyTagClassName
{
color: #351944;
}
</style>
background-color css
<style>
a { background-color: #351944; }
a { background-color: rgb(53,25,68); }
div.DivClassName
{
background-color: #351944;
}
.BgClassName
{
background-color: #351944;
}
</style>
border-color css
<style>
span { border-color: #351944; }
span { border-color: rgb(53,25,68); }
td.TdClassName
{
border-color: #351944;
}
.TagClassName
{
border-color: #351944;
}
</style>