Shades of Blackcurrant #351642
Tints of Blackcurrant #351642
RGB
CMYK
RGB Variations
Color information
#351642 (or 0x351642) is known color: Blackcurrant. HEX triplet: 35, 16 and 42. RGB value is (53,22,66). Sum of RGB (Red+Green+Blue) = 53+22+66=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 66 (26.17% from 255 or 46.81% from 141); Max value from RGB is 66 - color contains mainly: blue. Hex color #351642 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351642 is #CAE9BD. Grayscale: #242424. Windows color (decimal): -13298110 or 4331061. OLE color: 4331061.
HSL color Cylindrical-coordinate representation of color #351642: hue angle of 282.27º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #351642 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 22 | 66 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.74 |
| HSL | 282.27º | 0.5% | 0.17% | - |
| HSV(B) | 282.27º | 0.67% | 0.26% | - |
| XYZ | 2.74 | 1.72 | 5.34 | - |
| YUV | 36.29 | 144.77 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 22 | 66 | 0.20 | 0.67 | 0 | 0.74 | 282.27 | 0.5 | 0.17 |
| Hex | 35 | 16 | 42 | 14 | 43 | 0 | 4A | 11A | 32 | 11 |
| Octal | 65 | 26 | 102 | 24 | 103 | 0 | 112 | 432 | 62 | 21 |
| Binary | 110101 | 10110 | 1000010 | 10100 | 1000011 | 0 | 1001010 | 100011010 | 110010 | 10001 |
Color Harmonies of #351642
Complementary color
Monochromatic Colors of #351642
Black with #351642
Text Example
Text Example
White with #351642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351642; }
p { color: rgb(53,22,66); }
H1.HeaderClassName
{
color: #351642;
}
.AnyTagClassName
{
color: #351642;
}
</style>
background-color css
<style>
a { background-color: #351642; }
a { background-color: rgb(53,22,66); }
div.DivClassName
{
background-color: #351642;
}
.BgClassName
{
background-color: #351642;
}
</style>
border-color css
<style>
span { border-color: #351642; }
span { border-color: rgb(53,22,66); }
td.TdClassName
{
border-color: #351642;
}
.TagClassName
{
border-color: #351642;
}
</style>