Shades of Blackcurrant #351D41
Tints of Blackcurrant #351D41
RGB
CMYK
RGB Variations
Color information
#351D41 (or 0x351D41) is known color: Blackcurrant. HEX triplet: 35, 1D and 41. RGB value is (53,29,65). Sum of RGB (Red+Green+Blue) = 53+29+65=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 65 - color contains mainly: blue. Hex color #351D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351D41 is #CAE2BE. Grayscale: #282828. Windows color (decimal): -13296319 or 4267317. OLE color: 4267317.
HSL color Cylindrical-coordinate representation of color #351D41: hue angle of 280º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #351D41 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 29 | 65 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.75 |
| HSL | 280º | 0.38% | 0.18% | - |
| HSV(B) | 280º | 0.55% | 0.25% | - |
| XYZ | 2.86 | 2.02 | 5.24 | - |
| YUV | 40.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 29 | 65 | 0.18 | 0.55 | 0 | 0.75 | 280 | 0.38 | 0.18 |
| Hex | 35 | 1D | 41 | 12 | 37 | 0 | 4B | 118 | 26 | 12 |
| Octal | 65 | 35 | 101 | 22 | 67 | 0 | 113 | 430 | 46 | 22 |
| Binary | 110101 | 11101 | 1000001 | 10010 | 110111 | 0 | 1001011 | 100011000 | 100110 | 10010 |
Color Harmonies of #351D41
Complementary color
Monochromatic Colors of #351D41
Black with #351D41
Text Example
Text Example
White with #351D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351D41; }
p { color: rgb(53,29,65); }
H1.HeaderClassName
{
color: #351D41;
}
.AnyTagClassName
{
color: #351D41;
}
</style>
background-color css
<style>
a { background-color: #351D41; }
a { background-color: rgb(53,29,65); }
div.DivClassName
{
background-color: #351D41;
}
.BgClassName
{
background-color: #351D41;
}
</style>
border-color css
<style>
span { border-color: #351D41; }
span { border-color: rgb(53,29,65); }
td.TdClassName
{
border-color: #351D41;
}
.TagClassName
{
border-color: #351D41;
}
</style>