Shades of Blackcurrant #351042
Tints of Blackcurrant #351042
RGB
CMYK
RGB Variations
Color information
#351042 (or 0x351042) is known color: Blackcurrant. HEX triplet: 35, 10 and 42. RGB value is (53,16,66). Sum of RGB (Red+Green+Blue) = 53+16+66=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 66 (26.17% from 255 or 48.89% from 135); Max value from RGB is 66 - color contains mainly: blue. Hex color #351042 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351042 is #CAEFBD. Grayscale: #202020. Windows color (decimal): -13299646 or 4329525. OLE color: 4329525.
HSL color Cylindrical-coordinate representation of color #351042: hue angle of 284.4º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #351042 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 16 | 66 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.74 |
| HSL | 284.4º | 0.61% | 0.16% | - |
| HSV(B) | 284.4º | 0.76% | 0.26% | - |
| XYZ | 2.64 | 1.52 | 5.31 | - |
| YUV | 32.76 | 146.76 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 16 | 66 | 0.20 | 0.76 | 0 | 0.74 | 284.4 | 0.61 | 0.16 |
| Hex | 35 | 10 | 42 | 14 | 4C | 0 | 4A | 11C | 3D | 10 |
| Octal | 65 | 20 | 102 | 24 | 114 | 0 | 112 | 434 | 75 | 20 |
| Binary | 110101 | 10000 | 1000010 | 10100 | 1001100 | 0 | 1001010 | 100011100 | 111101 | 10000 |
Color Harmonies of #351042
Complementary color
Monochromatic Colors of #351042
Black with #351042
Text Example
Text Example
White with #351042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351042; }
p { color: rgb(53,16,66); }
H1.HeaderClassName
{
color: #351042;
}
.AnyTagClassName
{
color: #351042;
}
</style>
background-color css
<style>
a { background-color: #351042; }
a { background-color: rgb(53,16,66); }
div.DivClassName
{
background-color: #351042;
}
.BgClassName
{
background-color: #351042;
}
</style>
border-color css
<style>
span { border-color: #351042; }
span { border-color: rgb(53,16,66); }
td.TdClassName
{
border-color: #351042;
}
.TagClassName
{
border-color: #351042;
}
</style>