Shades of Blackcurrant #351C45
Tints of Blackcurrant #351C45
RGB
CMYK
RGB Variations
Color information
#351C45 (or 0x351C45) is known color: Blackcurrant. HEX triplet: 35, 1C and 45. RGB value is (53,28,69). Sum of RGB (Red+Green+Blue) = 53+28+69=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 69 (27.34% from 255 or 46% from 150); Max value from RGB is 69 - color contains mainly: blue. Hex color #351C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351C45 is #CAE3BA. Grayscale: #282828. Windows color (decimal): -13296571 or 4529205. OLE color: 4529205.
HSL color Cylindrical-coordinate representation of color #351C45: hue angle of 276.59º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #351C45 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 28 | 69 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.73 |
| HSL | 276.59º | 0.42% | 0.19% | - |
| HSV(B) | 276.59º | 0.59% | 0.27% | - |
| XYZ | 2.96 | 2.02 | 5.86 | - |
| YUV | 40.15 | 144.28 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 69 | 0.23 | 0.59 | 0 | 0.73 | 276.59 | 0.42 | 0.19 |
| Hex | 35 | 1C | 45 | 17 | 3B | 0 | 49 | 115 | 2A | 13 |
| Octal | 65 | 34 | 105 | 27 | 73 | 0 | 111 | 425 | 52 | 23 |
| Binary | 110101 | 11100 | 1000101 | 10111 | 111011 | 0 | 1001001 | 100010101 | 101010 | 10011 |
Color Harmonies of #351C45
Complementary color
Monochromatic Colors of #351C45
Black with #351C45
Text Example
Text Example
White with #351C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C45; }
p { color: rgb(53,28,69); }
H1.HeaderClassName
{
color: #351C45;
}
.AnyTagClassName
{
color: #351C45;
}
</style>
background-color css
<style>
a { background-color: #351C45; }
a { background-color: rgb(53,28,69); }
div.DivClassName
{
background-color: #351C45;
}
.BgClassName
{
background-color: #351C45;
}
</style>
border-color css
<style>
span { border-color: #351C45; }
span { border-color: rgb(53,28,69); }
td.TdClassName
{
border-color: #351C45;
}
.TagClassName
{
border-color: #351C45;
}
</style>