Shades of Blackcurrant #351D45
Tints of Blackcurrant #351D45
RGB
CMYK
RGB Variations
Color information
#351D45 (or 0x351D45) is known color: Blackcurrant. HEX triplet: 35, 1D and 45. RGB value is (53,29,69). Sum of RGB (Red+Green+Blue) = 53+29+69=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 69 (27.34% from 255 or 45.70% from 151); Max value from RGB is 69 - color contains mainly: blue. Hex color #351D45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351D45 is #CAE2BA. Grayscale: #282828. Windows color (decimal): -13296315 or 4529461. OLE color: 4529461.
HSL color Cylindrical-coordinate representation of color #351D45: hue angle of 276º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #351D45 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 29 | 69 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.73 |
| HSL | 276º | 0.41% | 0.19% | - |
| HSV(B) | 276º | 0.58% | 0.27% | - |
| XYZ | 2.98 | 2.07 | 5.87 | - |
| YUV | 40.74 | 143.95 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 29 | 69 | 0.23 | 0.58 | 0 | 0.73 | 276 | 0.41 | 0.19 |
| Hex | 35 | 1D | 45 | 17 | 3A | 0 | 49 | 114 | 29 | 13 |
| Octal | 65 | 35 | 105 | 27 | 72 | 0 | 111 | 424 | 51 | 23 |
| Binary | 110101 | 11101 | 1000101 | 10111 | 111010 | 0 | 1001001 | 100010100 | 101001 | 10011 |
Color Harmonies of #351D45
Complementary color
Monochromatic Colors of #351D45
Black with #351D45
Text Example
Text Example
White with #351D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351D45; }
p { color: rgb(53,29,69); }
H1.HeaderClassName
{
color: #351D45;
}
.AnyTagClassName
{
color: #351D45;
}
</style>
background-color css
<style>
a { background-color: #351D45; }
a { background-color: rgb(53,29,69); }
div.DivClassName
{
background-color: #351D45;
}
.BgClassName
{
background-color: #351D45;
}
</style>
border-color css
<style>
span { border-color: #351D45; }
span { border-color: rgb(53,29,69); }
td.TdClassName
{
border-color: #351D45;
}
.TagClassName
{
border-color: #351D45;
}
</style>