Shades of Blackcurrant #350947
Tints of Blackcurrant #350947
RGB
CMYK
RGB Variations
Color information
#350947 (or 0x350947) is known color: Blackcurrant. HEX triplet: 35, 09 and 47. RGB value is (53,9,71). Sum of RGB (Red+Green+Blue) = 53+9+71=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 71 (28.12% from 255 or 53.38% from 133); Max value from RGB is 71 - color contains mainly: blue. Hex color #350947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350947 is #CAF6B8. Grayscale: #1D1D1D. Windows color (decimal): -13301433 or 4655413. OLE color: 4655413.
HSL color Cylindrical-coordinate representation of color #350947: hue angle of 282.58º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #350947 is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 9 | 71 | - |
| CMYK | 0.25 | 0.87 | 0 | 0.72 |
| HSL | 282.58º | 0.78% | 0.16% | - |
| HSV(B) | 282.58º | 0.87% | 0.28% | - |
| XYZ | 2.7 | 1.41 | 6.09 | - |
| YUV | 29.22 | 151.58 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 9 | 71 | 0.25 | 0.87 | 0 | 0.72 | 282.58 | 0.78 | 0.16 |
| Hex | 35 | 9 | 47 | 19 | 57 | 0 | 48 | 11B | 4E | 10 |
| Octal | 65 | 11 | 107 | 31 | 127 | 0 | 110 | 433 | 116 | 20 |
| Binary | 110101 | 1001 | 1000111 | 11001 | 1010111 | 0 | 1001000 | 100011011 | 1001110 | 10000 |
Color Harmonies of #350947
Complementary color
Monochromatic Colors of #350947
Black with #350947
Text Example
Text Example
White with #350947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350947; }
p { color: rgb(53,9,71); }
H1.HeaderClassName
{
color: #350947;
}
.AnyTagClassName
{
color: #350947;
}
</style>
background-color css
<style>
a { background-color: #350947; }
a { background-color: rgb(53,9,71); }
div.DivClassName
{
background-color: #350947;
}
.BgClassName
{
background-color: #350947;
}
</style>
border-color css
<style>
span { border-color: #350947; }
span { border-color: rgb(53,9,71); }
td.TdClassName
{
border-color: #350947;
}
.TagClassName
{
border-color: #350947;
}
</style>