Shades of Blackcurrant #351E3D
Tints of Blackcurrant #351E3D
RGB
CMYK
RGB Variations
Color information
#351E3D (or 0x351E3D) is known color: Blackcurrant. HEX triplet: 35, 1E and 3D. RGB value is (53,30,61). Sum of RGB (Red+Green+Blue) = 53+30+61=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 61 - color contains mainly: blue. Hex color #351E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351E3D is #CAE1C2. Grayscale: #282828. Windows color (decimal): -13296067 or 4005429. OLE color: 4005429.
HSL color Cylindrical-coordinate representation of color #351E3D: hue angle of 284.52º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #351E3D is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 30 | 61 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.76 |
| HSL | 284.52º | 0.34% | 0.18% | - |
| HSV(B) | 284.52º | 0.51% | 0.24% | - |
| XYZ | 2.77 | 2.02 | 4.66 | - |
| YUV | 40.41 | 139.62 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 30 | 61 | 0.13 | 0.51 | 0 | 0.76 | 284.52 | 0.34 | 0.18 |
| Hex | 35 | 1E | 3D | D | 33 | 0 | 4C | 11D | 22 | 12 |
| Octal | 65 | 36 | 75 | 15 | 63 | 0 | 114 | 435 | 42 | 22 |
| Binary | 110101 | 11110 | 111101 | 1101 | 110011 | 0 | 1001100 | 100011101 | 100010 | 10010 |
Color Harmonies of #351E3D
Complementary color
Monochromatic Colors of #351E3D
Black with #351E3D
Text Example
Text Example
White with #351E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351E3D; }
p { color: rgb(53,30,61); }
H1.HeaderClassName
{
color: #351E3D;
}
.AnyTagClassName
{
color: #351E3D;
}
</style>
background-color css
<style>
a { background-color: #351E3D; }
a { background-color: rgb(53,30,61); }
div.DivClassName
{
background-color: #351E3D;
}
.BgClassName
{
background-color: #351E3D;
}
</style>
border-color css
<style>
span { border-color: #351E3D; }
span { border-color: rgb(53,30,61); }
td.TdClassName
{
border-color: #351E3D;
}
.TagClassName
{
border-color: #351E3D;
}
</style>