Shades of Blackcurrant #351341
Tints of Blackcurrant #351341
RGB
CMYK
RGB Variations
Color information
#351341 (or 0x351341) is known color: Blackcurrant. HEX triplet: 35, 13 and 41. RGB value is (53,19,65). Sum of RGB (Red+Green+Blue) = 53+19+65=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 65 - color contains mainly: blue. Hex color #351341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351341 is #CAECBE. Grayscale: #222222. Windows color (decimal): -13298879 or 4264757. OLE color: 4264757.
HSL color Cylindrical-coordinate representation of color #351341: hue angle of 284.35º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #351341 is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 19 | 65 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.75 |
| HSL | 284.35º | 0.55% | 0.16% | - |
| HSV(B) | 284.35º | 0.71% | 0.25% | - |
| XYZ | 2.66 | 1.6 | 5.17 | - |
| YUV | 34.41 | 145.26 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 19 | 65 | 0.18 | 0.71 | 0 | 0.75 | 284.35 | 0.55 | 0.16 |
| Hex | 35 | 13 | 41 | 12 | 47 | 0 | 4B | 11C | 37 | 10 |
| Octal | 65 | 23 | 101 | 22 | 107 | 0 | 113 | 434 | 67 | 20 |
| Binary | 110101 | 10011 | 1000001 | 10010 | 1000111 | 0 | 1001011 | 100011100 | 110111 | 10000 |
Color Harmonies of #351341
Complementary color
Monochromatic Colors of #351341
Black with #351341
Text Example
Text Example
White with #351341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351341; }
p { color: rgb(53,19,65); }
H1.HeaderClassName
{
color: #351341;
}
.AnyTagClassName
{
color: #351341;
}
</style>
background-color css
<style>
a { background-color: #351341; }
a { background-color: rgb(53,19,65); }
div.DivClassName
{
background-color: #351341;
}
.BgClassName
{
background-color: #351341;
}
</style>
border-color css
<style>
span { border-color: #351341; }
span { border-color: rgb(53,19,65); }
td.TdClassName
{
border-color: #351341;
}
.TagClassName
{
border-color: #351341;
}
</style>