Shades of Blackcurrant #351A46
Tints of Blackcurrant #351A46
RGB
CMYK
RGB Variations
Color information
#351A46 (or 0x351A46) is known color: Blackcurrant. HEX triplet: 35, 1A and 46. RGB value is (53,26,70). Sum of RGB (Red+Green+Blue) = 53+26+70=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 70 (27.73% from 255 or 46.98% from 149); Max value from RGB is 70 - color contains mainly: blue. Hex color #351A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351A46 is #CAE5B9. Grayscale: #262626. Windows color (decimal): -13297082 or 4594229. OLE color: 4594229.
HSL color Cylindrical-coordinate representation of color #351A46: hue angle of 276.82º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #351A46 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 26 | 70 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.73 |
| HSL | 276.82º | 0.46% | 0.19% | - |
| HSV(B) | 276.82º | 0.63% | 0.27% | - |
| XYZ | 2.94 | 1.94 | 6.01 | - |
| YUV | 39.09 | 145.45 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 26 | 70 | 0.24 | 0.63 | 0 | 0.73 | 276.82 | 0.46 | 0.19 |
| Hex | 35 | 1A | 46 | 18 | 3F | 0 | 49 | 115 | 2E | 13 |
| Octal | 65 | 32 | 106 | 30 | 77 | 0 | 111 | 425 | 56 | 23 |
| Binary | 110101 | 11010 | 1000110 | 11000 | 111111 | 0 | 1001001 | 100010101 | 101110 | 10011 |
Color Harmonies of #351A46
Complementary color
Monochromatic Colors of #351A46
Black with #351A46
Text Example
Text Example
White with #351A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351A46; }
p { color: rgb(53,26,70); }
H1.HeaderClassName
{
color: #351A46;
}
.AnyTagClassName
{
color: #351A46;
}
</style>
background-color css
<style>
a { background-color: #351A46; }
a { background-color: rgb(53,26,70); }
div.DivClassName
{
background-color: #351A46;
}
.BgClassName
{
background-color: #351A46;
}
</style>
border-color css
<style>
span { border-color: #351A46; }
span { border-color: rgb(53,26,70); }
td.TdClassName
{
border-color: #351A46;
}
.TagClassName
{
border-color: #351A46;
}
</style>