Shades of Blackcurrant #351643
Tints of Blackcurrant #351643
RGB
CMYK
RGB Variations
Color information
#351643 (or 0x351643) is known color: Blackcurrant. HEX triplet: 35, 16 and 43. RGB value is (53,22,67). Sum of RGB (Red+Green+Blue) = 53+22+67=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 67 (26.56% from 255 or 47.18% from 142); Max value from RGB is 67 - color contains mainly: blue. Hex color #351643 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351643 is #CAE9BC. Grayscale: #242424. Windows color (decimal): -13298109 or 4396597. OLE color: 4396597.
HSL color Cylindrical-coordinate representation of color #351643: hue angle of 281.33º degrees, saturation: 0.51, 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 #351643 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 22 | 67 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.74 |
| HSL | 281.33º | 0.51% | 0.17% | - |
| HSV(B) | 281.33º | 0.67% | 0.26% | - |
| XYZ | 2.77 | 1.74 | 5.5 | - |
| YUV | 36.4 | 145.27 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 22 | 67 | 0.21 | 0.67 | 0 | 0.74 | 281.33 | 0.51 | 0.17 |
| Hex | 35 | 16 | 43 | 15 | 43 | 0 | 4A | 119 | 33 | 11 |
| Octal | 65 | 26 | 103 | 25 | 103 | 0 | 112 | 431 | 63 | 21 |
| Binary | 110101 | 10110 | 1000011 | 10101 | 1000011 | 0 | 1001010 | 100011001 | 110011 | 10001 |
Color Harmonies of #351643
Complementary color
Monochromatic Colors of #351643
Black with #351643
Text Example
Text Example
White with #351643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351643; }
p { color: rgb(53,22,67); }
H1.HeaderClassName
{
color: #351643;
}
.AnyTagClassName
{
color: #351643;
}
</style>
background-color css
<style>
a { background-color: #351643; }
a { background-color: rgb(53,22,67); }
div.DivClassName
{
background-color: #351643;
}
.BgClassName
{
background-color: #351643;
}
</style>
border-color css
<style>
span { border-color: #351643; }
span { border-color: rgb(53,22,67); }
td.TdClassName
{
border-color: #351643;
}
.TagClassName
{
border-color: #351643;
}
</style>