Shades of Blackcurrant #351C48
Tints of Blackcurrant #351C48
RGB
CMYK
RGB Variations
Color information
#351C48 (or 0x351C48) is known color: Blackcurrant. HEX triplet: 35, 1C and 48. RGB value is (53,28,72). Sum of RGB (Red+Green+Blue) = 53+28+72=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 72 (28.52% from 255 or 47.06% from 153); Max value from RGB is 72 - color contains mainly: blue. Hex color #351C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351C48 is #CAE3B7. Grayscale: #282828. Windows color (decimal): -13296568 or 4725813. OLE color: 4725813.
HSL color Cylindrical-coordinate representation of color #351C48: hue angle of 274.09º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #351C48 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 28 | 72 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.72 |
| HSL | 274.09º | 0.44% | 0.2% | - |
| HSV(B) | 274.09º | 0.61% | 0.28% | - |
| XYZ | 3.05 | 2.06 | 6.37 | - |
| YUV | 40.49 | 145.78 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 72 | 0.26 | 0.61 | 0 | 0.72 | 274.09 | 0.44 | 0.2 |
| Hex | 35 | 1C | 48 | 1A | 3D | 0 | 48 | 112 | 2C | 14 |
| Octal | 65 | 34 | 110 | 32 | 75 | 0 | 110 | 422 | 54 | 24 |
| Binary | 110101 | 11100 | 1001000 | 11010 | 111101 | 0 | 1001000 | 100010010 | 101100 | 10100 |
Color Harmonies of #351C48
Complementary color
Monochromatic Colors of #351C48
Black with #351C48
Text Example
Text Example
White with #351C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C48; }
p { color: rgb(53,28,72); }
H1.HeaderClassName
{
color: #351C48;
}
.AnyTagClassName
{
color: #351C48;
}
</style>
background-color css
<style>
a { background-color: #351C48; }
a { background-color: rgb(53,28,72); }
div.DivClassName
{
background-color: #351C48;
}
.BgClassName
{
background-color: #351C48;
}
</style>
border-color css
<style>
span { border-color: #351C48; }
span { border-color: rgb(53,28,72); }
td.TdClassName
{
border-color: #351C48;
}
.TagClassName
{
border-color: #351C48;
}
</style>