Shades of Blackcurrant #351245
Tints of Blackcurrant #351245
RGB
CMYK
RGB Variations
Color information
#351245 (or 0x351245) is known color: Blackcurrant. HEX triplet: 35, 12 and 45. RGB value is (53,18,69). Sum of RGB (Red+Green+Blue) = 53+18+69=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 69 (27.34% from 255 or 49.29% from 140); Max value from RGB is 69 - color contains mainly: blue. Hex color #351245 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351245 is #CAEDBA. Grayscale: #222222. Windows color (decimal): -13299131 or 4526645. OLE color: 4526645.
HSL color Cylindrical-coordinate representation of color #351245: hue angle of 281.18º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #351245 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 18 | 69 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.73 |
| HSL | 281.18º | 0.59% | 0.17% | - |
| HSV(B) | 281.18º | 0.74% | 0.27% | - |
| XYZ | 2.76 | 1.62 | 5.8 | - |
| YUV | 34.28 | 147.6 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 18 | 69 | 0.23 | 0.74 | 0 | 0.73 | 281.18 | 0.59 | 0.17 |
| Hex | 35 | 12 | 45 | 17 | 4A | 0 | 49 | 119 | 3B | 11 |
| Octal | 65 | 22 | 105 | 27 | 112 | 0 | 111 | 431 | 73 | 21 |
| Binary | 110101 | 10010 | 1000101 | 10111 | 1001010 | 0 | 1001001 | 100011001 | 111011 | 10001 |
Color Harmonies of #351245
Complementary color
Monochromatic Colors of #351245
Black with #351245
Text Example
Text Example
White with #351245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351245; }
p { color: rgb(53,18,69); }
H1.HeaderClassName
{
color: #351245;
}
.AnyTagClassName
{
color: #351245;
}
</style>
background-color css
<style>
a { background-color: #351245; }
a { background-color: rgb(53,18,69); }
div.DivClassName
{
background-color: #351245;
}
.BgClassName
{
background-color: #351245;
}
</style>
border-color css
<style>
span { border-color: #351245; }
span { border-color: rgb(53,18,69); }
td.TdClassName
{
border-color: #351245;
}
.TagClassName
{
border-color: #351245;
}
</style>