Shades of Blackcurrant #350141
Tints of Blackcurrant #350141
RGB
CMYK
RGB Variations
Color information
#350141 (or 0x350141) is known color: Blackcurrant. HEX triplet: 35, 01 and 41. RGB value is (53,1,65). Sum of RGB (Red+Green+Blue) = 53+1+65=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 65 (25.78% from 255 or 54.62% from 119); Max value from RGB is 65 - color contains mainly: blue. Hex color #350141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350141 is #CAFEBE. Grayscale: #171717. Windows color (decimal): -13303487 or 4260149. OLE color: 4260149.
HSL color Cylindrical-coordinate representation of color #350141: hue angle of 288.75º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #350141 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 1 | 65 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.75 |
| HSL | 288.75º | 0.97% | 0.13% | - |
| HSV(B) | 288.75º | 0.98% | 0.25% | - |
| XYZ | 2.43 | 1.16 | 5.1 | - |
| YUV | 23.84 | 151.23 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 1 | 65 | 0.18 | 0.98 | 0 | 0.75 | 288.75 | 0.97 | 0.13 |
| Hex | 35 | 1 | 41 | 12 | 62 | 0 | 4B | 121 | 61 | D |
| Octal | 65 | 1 | 101 | 22 | 142 | 0 | 113 | 441 | 141 | 15 |
| Binary | 110101 | 1 | 1000001 | 10010 | 1100010 | 0 | 1001011 | 100100001 | 1100001 | 1101 |
Color Harmonies of #350141
Complementary color
Monochromatic Colors of #350141
Black with #350141
Text Example
Text Example
White with #350141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350141; }
p { color: rgb(53,1,65); }
H1.HeaderClassName
{
color: #350141;
}
.AnyTagClassName
{
color: #350141;
}
</style>
background-color css
<style>
a { background-color: #350141; }
a { background-color: rgb(53,1,65); }
div.DivClassName
{
background-color: #350141;
}
.BgClassName
{
background-color: #350141;
}
</style>
border-color css
<style>
span { border-color: #350141; }
span { border-color: rgb(53,1,65); }
td.TdClassName
{
border-color: #350141;
}
.TagClassName
{
border-color: #350141;
}
</style>