Shades of Blackcurrant #351742
Tints of Blackcurrant #351742
RGB
CMYK
RGB Variations
Color information
#351742 (or 0x351742) is known color: Blackcurrant. HEX triplet: 35, 17 and 42. RGB value is (53,23,66). Sum of RGB (Red+Green+Blue) = 53+23+66=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 66 (26.17% from 255 or 46.48% from 142); Max value from RGB is 66 - color contains mainly: blue. Hex color #351742 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351742 is #CAE8BD. Grayscale: #242424. Windows color (decimal): -13297854 or 4331317. OLE color: 4331317.
HSL color Cylindrical-coordinate representation of color #351742: hue angle of 281.86º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #351742 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 23 | 66 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.74 |
| HSL | 281.86º | 0.48% | 0.17% | - |
| HSV(B) | 281.86º | 0.65% | 0.26% | - |
| XYZ | 2.76 | 1.76 | 5.35 | - |
| YUV | 36.87 | 144.44 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 23 | 66 | 0.20 | 0.65 | 0 | 0.74 | 281.86 | 0.48 | 0.17 |
| Hex | 35 | 17 | 42 | 14 | 41 | 0 | 4A | 11A | 30 | 11 |
| Octal | 65 | 27 | 102 | 24 | 101 | 0 | 112 | 432 | 60 | 21 |
| Binary | 110101 | 10111 | 1000010 | 10100 | 1000001 | 0 | 1001010 | 100011010 | 110000 | 10001 |
Color Harmonies of #351742
Complementary color
Monochromatic Colors of #351742
Black with #351742
Text Example
Text Example
White with #351742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351742; }
p { color: rgb(53,23,66); }
H1.HeaderClassName
{
color: #351742;
}
.AnyTagClassName
{
color: #351742;
}
</style>
background-color css
<style>
a { background-color: #351742; }
a { background-color: rgb(53,23,66); }
div.DivClassName
{
background-color: #351742;
}
.BgClassName
{
background-color: #351742;
}
</style>
border-color css
<style>
span { border-color: #351742; }
span { border-color: rgb(53,23,66); }
td.TdClassName
{
border-color: #351742;
}
.TagClassName
{
border-color: #351742;
}
</style>