Shades of Blackcurrant #351842
Tints of Blackcurrant #351842
RGB
CMYK
RGB Variations
Color information
#351842 (or 0x351842) is known color: Blackcurrant. HEX triplet: 35, 18 and 42. RGB value is (53,24,66). Sum of RGB (Red+Green+Blue) = 53+24+66=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 66 (26.17% from 255 or 46.15% from 143); Max value from RGB is 66 - color contains mainly: blue. Hex color #351842 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351842 is #CAE7BD. Grayscale: #252525. Windows color (decimal): -13297598 or 4331573. OLE color: 4331573.
HSL color Cylindrical-coordinate representation of color #351842: hue angle of 281.43º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #351842 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 24 | 66 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.74 |
| HSL | 281.43º | 0.47% | 0.18% | - |
| HSV(B) | 281.43º | 0.64% | 0.26% | - |
| XYZ | 2.78 | 1.8 | 5.36 | - |
| YUV | 37.46 | 144.11 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 24 | 66 | 0.20 | 0.64 | 0 | 0.74 | 281.43 | 0.47 | 0.18 |
| Hex | 35 | 18 | 42 | 14 | 40 | 0 | 4A | 119 | 2F | 12 |
| Octal | 65 | 30 | 102 | 24 | 100 | 0 | 112 | 431 | 57 | 22 |
| Binary | 110101 | 11000 | 1000010 | 10100 | 1000000 | 0 | 1001010 | 100011001 | 101111 | 10010 |
Color Harmonies of #351842
Complementary color
Monochromatic Colors of #351842
Black with #351842
Text Example
Text Example
White with #351842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351842; }
p { color: rgb(53,24,66); }
H1.HeaderClassName
{
color: #351842;
}
.AnyTagClassName
{
color: #351842;
}
</style>
background-color css
<style>
a { background-color: #351842; }
a { background-color: rgb(53,24,66); }
div.DivClassName
{
background-color: #351842;
}
.BgClassName
{
background-color: #351842;
}
</style>
border-color css
<style>
span { border-color: #351842; }
span { border-color: rgb(53,24,66); }
td.TdClassName
{
border-color: #351842;
}
.TagClassName
{
border-color: #351842;
}
</style>