Shades of Blackcurrant #351F42
Tints of Blackcurrant #351F42
RGB
CMYK
RGB Variations
Color information
#351F42 (or 0x351F42) is known color: Blackcurrant. HEX triplet: 35, 1F and 42. RGB value is (53,31,66). Sum of RGB (Red+Green+Blue) = 53+31+66=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 31 (12.5% from 255 or 20.67% from 150); Blue value is 66 (26.17% from 255 or 44% from 150); Max value from RGB is 66 - color contains mainly: blue. Hex color #351F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F42 is #CAE0BD. Grayscale: #292929. Windows color (decimal): -13295806 or 4333365. OLE color: 4333365.
HSL color Cylindrical-coordinate representation of color #351F42: hue angle of 277.71º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #351F42 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 31 | 66 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.74 |
| HSL | 277.71º | 0.36% | 0.19% | - |
| HSV(B) | 277.71º | 0.53% | 0.26% | - |
| XYZ | 2.94 | 2.13 | 5.41 | - |
| YUV | 41.57 | 141.79 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 31 | 66 | 0.20 | 0.53 | 0 | 0.74 | 277.71 | 0.36 | 0.19 |
| Hex | 35 | 1F | 42 | 14 | 35 | 0 | 4A | 116 | 24 | 13 |
| Octal | 65 | 37 | 102 | 24 | 65 | 0 | 112 | 426 | 44 | 23 |
| Binary | 110101 | 11111 | 1000010 | 10100 | 110101 | 0 | 1001010 | 100010110 | 100100 | 10011 |
Color Harmonies of #351F42
Complementary color
Monochromatic Colors of #351F42
Black with #351F42
Text Example
Text Example
White with #351F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351F42; }
p { color: rgb(53,31,66); }
H1.HeaderClassName
{
color: #351F42;
}
.AnyTagClassName
{
color: #351F42;
}
</style>
background-color css
<style>
a { background-color: #351F42; }
a { background-color: rgb(53,31,66); }
div.DivClassName
{
background-color: #351F42;
}
.BgClassName
{
background-color: #351F42;
}
</style>
border-color css
<style>
span { border-color: #351F42; }
span { border-color: rgb(53,31,66); }
td.TdClassName
{
border-color: #351F42;
}
.TagClassName
{
border-color: #351F42;
}
</style>