Shades of Blackcurrant #350949
Tints of Blackcurrant #350949
RGB
CMYK
RGB Variations
Color information
#350949 (or 0x350949) is known color: Blackcurrant. HEX triplet: 35, 09 and 49. RGB value is (53,9,73). Sum of RGB (Red+Green+Blue) = 53+9+73=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 73 (28.91% from 255 or 54.07% from 135); Max value from RGB is 73 - color contains mainly: blue. Hex color #350949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350949 is #CAF6B6. Grayscale: #1D1D1D. Windows color (decimal): -13301431 or 4786485. OLE color: 4786485.
HSL color Cylindrical-coordinate representation of color #350949: hue angle of 281.25º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #350949 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 9 | 73 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.71 |
| HSL | 281.25º | 0.78% | 0.16% | - |
| HSV(B) | 281.25º | 0.88% | 0.29% | - |
| XYZ | 2.77 | 1.43 | 6.43 | - |
| YUV | 29.45 | 152.58 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 9 | 73 | 0.27 | 0.88 | 0 | 0.71 | 281.25 | 0.78 | 0.16 |
| Hex | 35 | 9 | 49 | 1B | 58 | 0 | 47 | 119 | 4E | 10 |
| Octal | 65 | 11 | 111 | 33 | 130 | 0 | 107 | 431 | 116 | 20 |
| Binary | 110101 | 1001 | 1001001 | 11011 | 1011000 | 0 | 1000111 | 100011001 | 1001110 | 10000 |
Color Harmonies of #350949
Complementary color
Monochromatic Colors of #350949
Black with #350949
Text Example
Text Example
White with #350949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350949; }
p { color: rgb(53,9,73); }
H1.HeaderClassName
{
color: #350949;
}
.AnyTagClassName
{
color: #350949;
}
</style>
background-color css
<style>
a { background-color: #350949; }
a { background-color: rgb(53,9,73); }
div.DivClassName
{
background-color: #350949;
}
.BgClassName
{
background-color: #350949;
}
</style>
border-color css
<style>
span { border-color: #350949; }
span { border-color: rgb(53,9,73); }
td.TdClassName
{
border-color: #350949;
}
.TagClassName
{
border-color: #350949;
}
</style>