Shades of Blackcurrant #351C47
Tints of Blackcurrant #351C47
RGB
CMYK
RGB Variations
Color information
#351C47 (or 0x351C47) is known color: Blackcurrant. HEX triplet: 35, 1C and 47. RGB value is (53,28,71). Sum of RGB (Red+Green+Blue) = 53+28+71=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 71 - color contains mainly: blue. Hex color #351C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351C47 is #CAE3B8. Grayscale: #282828. Windows color (decimal): -13296569 or 4660277. OLE color: 4660277.
HSL color Cylindrical-coordinate representation of color #351C47: hue angle of 274.88º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #351C47 is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 28 | 71 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.72 |
| HSL | 274.88º | 0.43% | 0.19% | - |
| HSV(B) | 274.88º | 0.61% | 0.28% | - |
| XYZ | 3.02 | 2.04 | 6.2 | - |
| YUV | 40.38 | 145.28 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 71 | 0.25 | 0.61 | 0 | 0.72 | 274.88 | 0.43 | 0.19 |
| Hex | 35 | 1C | 47 | 19 | 3D | 0 | 48 | 113 | 2B | 13 |
| Octal | 65 | 34 | 107 | 31 | 75 | 0 | 110 | 423 | 53 | 23 |
| Binary | 110101 | 11100 | 1000111 | 11001 | 111101 | 0 | 1001000 | 100010011 | 101011 | 10011 |
Color Harmonies of #351C47
Complementary color
Monochromatic Colors of #351C47
Black with #351C47
Text Example
Text Example
White with #351C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C47; }
p { color: rgb(53,28,71); }
H1.HeaderClassName
{
color: #351C47;
}
.AnyTagClassName
{
color: #351C47;
}
</style>
background-color css
<style>
a { background-color: #351C47; }
a { background-color: rgb(53,28,71); }
div.DivClassName
{
background-color: #351C47;
}
.BgClassName
{
background-color: #351C47;
}
</style>
border-color css
<style>
span { border-color: #351C47; }
span { border-color: rgb(53,28,71); }
td.TdClassName
{
border-color: #351C47;
}
.TagClassName
{
border-color: #351C47;
}
</style>