Shades of Blackcurrant #350445
Tints of Blackcurrant #350445
RGB
CMYK
RGB Variations
Color information
#350445 (or 0x350445) is known color: Blackcurrant. HEX triplet: 35, 04 and 45. RGB value is (53,4,69). Sum of RGB (Red+Green+Blue) = 53+4+69=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 69 (27.34% from 255 or 54.76% from 126); Max value from RGB is 69 - color contains mainly: blue. Hex color #350445 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350445 is #CAFBBA. Grayscale: #191919. Windows color (decimal): -13302715 or 4523061. OLE color: 4523061.
HSL color Cylindrical-coordinate representation of color #350445: hue angle of 285.23º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350445 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 4 | 69 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.73 |
| HSL | 285.23º | 0.89% | 0.14% | - |
| HSV(B) | 285.23º | 0.94% | 0.27% | - |
| XYZ | 2.59 | 1.27 | 5.74 | - |
| YUV | 26.06 | 152.23 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 4 | 69 | 0.23 | 0.94 | 0 | 0.73 | 285.23 | 0.89 | 0.14 |
| Hex | 35 | 4 | 45 | 17 | 5E | 0 | 49 | 11D | 59 | E |
| Octal | 65 | 4 | 105 | 27 | 136 | 0 | 111 | 435 | 131 | 16 |
| Binary | 110101 | 100 | 1000101 | 10111 | 1011110 | 0 | 1001001 | 100011101 | 1011001 | 1110 |
Color Harmonies of #350445
Complementary color
Monochromatic Colors of #350445
Black with #350445
Text Example
Text Example
White with #350445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350445; }
p { color: rgb(53,4,69); }
H1.HeaderClassName
{
color: #350445;
}
.AnyTagClassName
{
color: #350445;
}
</style>
background-color css
<style>
a { background-color: #350445; }
a { background-color: rgb(53,4,69); }
div.DivClassName
{
background-color: #350445;
}
.BgClassName
{
background-color: #350445;
}
</style>
border-color css
<style>
span { border-color: #350445; }
span { border-color: rgb(53,4,69); }
td.TdClassName
{
border-color: #350445;
}
.TagClassName
{
border-color: #350445;
}
</style>