Shades of Blackcurrant #351C46
Tints of Blackcurrant #351C46
RGB
CMYK
RGB Variations
Color information
#351C46 (or 0x351C46) is known color: Blackcurrant. HEX triplet: 35, 1C and 46. RGB value is (53,28,70). Sum of RGB (Red+Green+Blue) = 53+28+70=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 70 (27.73% from 255 or 46.36% from 151); Max value from RGB is 70 - color contains mainly: blue. Hex color #351C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351C46 is #CAE3B9. Grayscale: #282828. Windows color (decimal): -13296570 or 4594741. OLE color: 4594741.
HSL color Cylindrical-coordinate representation of color #351C46: hue angle of 275.71º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #351C46 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 28 | 70 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.73 |
| HSL | 275.71º | 0.43% | 0.19% | - |
| HSV(B) | 275.71º | 0.6% | 0.27% | - |
| XYZ | 2.99 | 2.03 | 6.03 | - |
| YUV | 40.26 | 144.78 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 70 | 0.24 | 0.60 | 0 | 0.73 | 275.71 | 0.43 | 0.19 |
| Hex | 35 | 1C | 46 | 18 | 3C | 0 | 49 | 114 | 2B | 13 |
| Octal | 65 | 34 | 106 | 30 | 74 | 0 | 111 | 424 | 53 | 23 |
| Binary | 110101 | 11100 | 1000110 | 11000 | 111100 | 0 | 1001001 | 100010100 | 101011 | 10011 |
Color Harmonies of #351C46
Complementary color
Monochromatic Colors of #351C46
Black with #351C46
Text Example
Text Example
White with #351C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C46; }
p { color: rgb(53,28,70); }
H1.HeaderClassName
{
color: #351C46;
}
.AnyTagClassName
{
color: #351C46;
}
</style>
background-color css
<style>
a { background-color: #351C46; }
a { background-color: rgb(53,28,70); }
div.DivClassName
{
background-color: #351C46;
}
.BgClassName
{
background-color: #351C46;
}
</style>
border-color css
<style>
span { border-color: #351C46; }
span { border-color: rgb(53,28,70); }
td.TdClassName
{
border-color: #351C46;
}
.TagClassName
{
border-color: #351C46;
}
</style>