Shades of Blackcurrant #351C41
Tints of Blackcurrant #351C41
RGB
CMYK
RGB Variations
Color information
#351C41 (or 0x351C41) is known color: Blackcurrant. HEX triplet: 35, 1C and 41. RGB value is (53,28,65). Sum of RGB (Red+Green+Blue) = 53+28+65=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 65 - color contains mainly: blue. Hex color #351C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351C41 is #CAE3BE. Grayscale: #272727. Windows color (decimal): -13296575 or 4267061. OLE color: 4267061.
HSL color Cylindrical-coordinate representation of color #351C41: hue angle of 280.54º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #351C41 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 28 | 65 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.75 |
| HSL | 280.54º | 0.4% | 0.18% | - |
| HSV(B) | 280.54º | 0.57% | 0.25% | - |
| XYZ | 2.84 | 1.97 | 5.23 | - |
| YUV | 39.69 | 142.28 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 65 | 0.18 | 0.57 | 0 | 0.75 | 280.54 | 0.4 | 0.18 |
| Hex | 35 | 1C | 41 | 12 | 39 | 0 | 4B | 119 | 28 | 12 |
| Octal | 65 | 34 | 101 | 22 | 71 | 0 | 113 | 431 | 50 | 22 |
| Binary | 110101 | 11100 | 1000001 | 10010 | 111001 | 0 | 1001011 | 100011001 | 101000 | 10010 |
Color Harmonies of #351C41
Complementary color
Monochromatic Colors of #351C41
Black with #351C41
Text Example
Text Example
White with #351C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C41; }
p { color: rgb(53,28,65); }
H1.HeaderClassName
{
color: #351C41;
}
.AnyTagClassName
{
color: #351C41;
}
</style>
background-color css
<style>
a { background-color: #351C41; }
a { background-color: rgb(53,28,65); }
div.DivClassName
{
background-color: #351C41;
}
.BgClassName
{
background-color: #351C41;
}
</style>
border-color css
<style>
span { border-color: #351C41; }
span { border-color: rgb(53,28,65); }
td.TdClassName
{
border-color: #351C41;
}
.TagClassName
{
border-color: #351C41;
}
</style>