Shades of Blackcurrant #351D3E
Tints of Blackcurrant #351D3E
RGB
CMYK
RGB Variations
Color information
#351D3E (or 0x351D3E) is known color: Blackcurrant. HEX triplet: 35, 1D and 3E. RGB value is (53,29,62). Sum of RGB (Red+Green+Blue) = 53+29+62=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 62 (24.61% from 255 or 43.06% from 144); Max value from RGB is 62 - color contains mainly: blue. Hex color #351D3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351D3E is #CAE2C1. Grayscale: #272727. Windows color (decimal): -13296322 or 4070709. OLE color: 4070709.
HSL color Cylindrical-coordinate representation of color #351D3E: hue angle of 283.64º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #351D3E is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 29 | 62 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.76 |
| HSL | 283.64º | 0.36% | 0.18% | - |
| HSV(B) | 283.64º | 0.53% | 0.24% | - |
| XYZ | 2.78 | 1.98 | 4.79 | - |
| YUV | 39.94 | 140.45 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 29 | 62 | 0.15 | 0.53 | 0 | 0.76 | 283.64 | 0.36 | 0.18 |
| Hex | 35 | 1D | 3E | F | 35 | 0 | 4C | 11C | 24 | 12 |
| Octal | 65 | 35 | 76 | 17 | 65 | 0 | 114 | 434 | 44 | 22 |
| Binary | 110101 | 11101 | 111110 | 1111 | 110101 | 0 | 1001100 | 100011100 | 100100 | 10010 |
Color Harmonies of #351D3E
Complementary color
Monochromatic Colors of #351D3E
Black with #351D3E
Text Example
Text Example
White with #351D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351D3E; }
p { color: rgb(53,29,62); }
H1.HeaderClassName
{
color: #351D3E;
}
.AnyTagClassName
{
color: #351D3E;
}
</style>
background-color css
<style>
a { background-color: #351D3E; }
a { background-color: rgb(53,29,62); }
div.DivClassName
{
background-color: #351D3E;
}
.BgClassName
{
background-color: #351D3E;
}
</style>
border-color css
<style>
span { border-color: #351D3E; }
span { border-color: rgb(53,29,62); }
td.TdClassName
{
border-color: #351D3E;
}
.TagClassName
{
border-color: #351D3E;
}
</style>