Shades of Blackcurrant #351942
Tints of Blackcurrant #351942
RGB
CMYK
RGB Variations
Color information
#351942 (or 0x351942) is known color: Blackcurrant. HEX triplet: 35, 19 and 42. RGB value is (53,25,66). Sum of RGB (Red+Green+Blue) = 53+25+66=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 66 (26.17% from 255 or 45.83% from 144); Max value from RGB is 66 - color contains mainly: blue. Hex color #351942 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351942 is #CAE6BD. Grayscale: #252525. Windows color (decimal): -13297342 or 4331829. OLE color: 4331829.
HSL color Cylindrical-coordinate representation of color #351942: hue angle of 280.98º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #351942 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 25 | 66 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.74 |
| HSL | 280.98º | 0.45% | 0.18% | - |
| HSV(B) | 280.98º | 0.62% | 0.26% | - |
| XYZ | 2.8 | 1.85 | 5.36 | - |
| YUV | 38.05 | 143.78 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 25 | 66 | 0.20 | 0.62 | 0 | 0.74 | 280.98 | 0.45 | 0.18 |
| Hex | 35 | 19 | 42 | 14 | 3E | 0 | 4A | 119 | 2D | 12 |
| Octal | 65 | 31 | 102 | 24 | 76 | 0 | 112 | 431 | 55 | 22 |
| Binary | 110101 | 11001 | 1000010 | 10100 | 111110 | 0 | 1001010 | 100011001 | 101101 | 10010 |
Color Harmonies of #351942
Complementary color
Monochromatic Colors of #351942
Black with #351942
Text Example
Text Example
White with #351942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351942; }
p { color: rgb(53,25,66); }
H1.HeaderClassName
{
color: #351942;
}
.AnyTagClassName
{
color: #351942;
}
</style>
background-color css
<style>
a { background-color: #351942; }
a { background-color: rgb(53,25,66); }
div.DivClassName
{
background-color: #351942;
}
.BgClassName
{
background-color: #351942;
}
</style>
border-color css
<style>
span { border-color: #351942; }
span { border-color: rgb(53,25,66); }
td.TdClassName
{
border-color: #351942;
}
.TagClassName
{
border-color: #351942;
}
</style>