Shades of Blackcurrant #350741
Tints of Blackcurrant #350741
RGB
CMYK
RGB Variations
Color information
#350741 (or 0x350741) is known color: Blackcurrant. HEX triplet: 35, 07 and 41. RGB value is (53,7,65). Sum of RGB (Red+Green+Blue) = 53+7+65=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 65 (25.78% from 255 or 52% from 125); Max value from RGB is 65 - color contains mainly: blue. Hex color #350741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350741 is #CAF8BE. Grayscale: #1B1B1B. Windows color (decimal): -13301951 or 4261685. OLE color: 4261685.
HSL color Cylindrical-coordinate representation of color #350741: hue angle of 287.59º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #350741 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 7 | 65 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.75 |
| HSL | 287.59º | 0.81% | 0.14% | - |
| HSV(B) | 287.59º | 0.89% | 0.25% | - |
| XYZ | 2.5 | 1.29 | 5.12 | - |
| YUV | 27.37 | 149.24 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 7 | 65 | 0.18 | 0.89 | 0 | 0.75 | 287.59 | 0.81 | 0.14 |
| Hex | 35 | 7 | 41 | 12 | 59 | 0 | 4B | 120 | 51 | E |
| Octal | 65 | 7 | 101 | 22 | 131 | 0 | 113 | 440 | 121 | 16 |
| Binary | 110101 | 111 | 1000001 | 10010 | 1011001 | 0 | 1001011 | 100100000 | 1010001 | 1110 |
Color Harmonies of #350741
Complementary color
Monochromatic Colors of #350741
Black with #350741
Text Example
Text Example
White with #350741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350741; }
p { color: rgb(53,7,65); }
H1.HeaderClassName
{
color: #350741;
}
.AnyTagClassName
{
color: #350741;
}
</style>
background-color css
<style>
a { background-color: #350741; }
a { background-color: rgb(53,7,65); }
div.DivClassName
{
background-color: #350741;
}
.BgClassName
{
background-color: #350741;
}
</style>
border-color css
<style>
span { border-color: #350741; }
span { border-color: rgb(53,7,65); }
td.TdClassName
{
border-color: #350741;
}
.TagClassName
{
border-color: #350741;
}
</style>