Shades of Blackcurrant #351545
Tints of Blackcurrant #351545
RGB
CMYK
RGB Variations
Color information
#351545 (or 0x351545) is known color: Blackcurrant. HEX triplet: 35, 15 and 45. RGB value is (53,21,69). Sum of RGB (Red+Green+Blue) = 53+21+69=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 69 (27.34% from 255 or 48.25% from 143); Max value from RGB is 69 - color contains mainly: blue. Hex color #351545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351545 is #CAEABA. Grayscale: #232323. Windows color (decimal): -13298363 or 4527413. OLE color: 4527413.
HSL color Cylindrical-coordinate representation of color #351545: hue angle of 280º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #351545 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 21 | 69 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.73 |
| HSL | 280º | 0.53% | 0.18% | - |
| HSV(B) | 280º | 0.7% | 0.27% | - |
| XYZ | 2.81 | 1.72 | 5.81 | - |
| YUV | 36.04 | 146.6 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 21 | 69 | 0.23 | 0.70 | 0 | 0.73 | 280 | 0.53 | 0.18 |
| Hex | 35 | 15 | 45 | 17 | 46 | 0 | 49 | 118 | 35 | 12 |
| Octal | 65 | 25 | 105 | 27 | 106 | 0 | 111 | 430 | 65 | 22 |
| Binary | 110101 | 10101 | 1000101 | 10111 | 1000110 | 0 | 1001001 | 100011000 | 110101 | 10010 |
Color Harmonies of #351545
Complementary color
Monochromatic Colors of #351545
Black with #351545
Text Example
Text Example
White with #351545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351545; }
p { color: rgb(53,21,69); }
H1.HeaderClassName
{
color: #351545;
}
.AnyTagClassName
{
color: #351545;
}
</style>
background-color css
<style>
a { background-color: #351545; }
a { background-color: rgb(53,21,69); }
div.DivClassName
{
background-color: #351545;
}
.BgClassName
{
background-color: #351545;
}
</style>
border-color css
<style>
span { border-color: #351545; }
span { border-color: rgb(53,21,69); }
td.TdClassName
{
border-color: #351545;
}
.TagClassName
{
border-color: #351545;
}
</style>