Shades of Blackcurrant #351C49
Tints of Blackcurrant #351C49
RGB
CMYK
RGB Variations
Color information
#351C49 (or 0x351C49) is known color: Blackcurrant. HEX triplet: 35, 1C and 49. RGB value is (53,28,73). Sum of RGB (Red+Green+Blue) = 53+28+73=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 73 (28.91% from 255 or 47.40% from 154); Max value from RGB is 73 - color contains mainly: blue. Hex color #351C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351C49 is #CAE3B6. Grayscale: #282828. Windows color (decimal): -13296567 or 4791349. OLE color: 4791349.
HSL color Cylindrical-coordinate representation of color #351C49: hue angle of 273.33º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #351C49 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 28 | 73 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.71 |
| HSL | 273.33º | 0.45% | 0.2% | - |
| HSV(B) | 273.33º | 0.62% | 0.29% | - |
| XYZ | 3.09 | 2.07 | 6.54 | - |
| YUV | 40.61 | 146.28 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 73 | 0.27 | 0.62 | 0 | 0.71 | 273.33 | 0.45 | 0.2 |
| Hex | 35 | 1C | 49 | 1B | 3E | 0 | 47 | 111 | 2D | 14 |
| Octal | 65 | 34 | 111 | 33 | 76 | 0 | 107 | 421 | 55 | 24 |
| Binary | 110101 | 11100 | 1001001 | 11011 | 111110 | 0 | 1000111 | 100010001 | 101101 | 10100 |
Color Harmonies of #351C49
Complementary color
Monochromatic Colors of #351C49
Black with #351C49
Text Example
Text Example
White with #351C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C49; }
p { color: rgb(53,28,73); }
H1.HeaderClassName
{
color: #351C49;
}
.AnyTagClassName
{
color: #351C49;
}
</style>
background-color css
<style>
a { background-color: #351C49; }
a { background-color: rgb(53,28,73); }
div.DivClassName
{
background-color: #351C49;
}
.BgClassName
{
background-color: #351C49;
}
</style>
border-color css
<style>
span { border-color: #351C49; }
span { border-color: rgb(53,28,73); }
td.TdClassName
{
border-color: #351C49;
}
.TagClassName
{
border-color: #351C49;
}
</style>