Shades of Blackcurrant #350E50
Tints of Blackcurrant #350E50
RGB
CMYK
RGB Variations
Color information
#350E50 (or 0x350E50) is known color: Blackcurrant. HEX triplet: 35, 0E and 50. RGB value is (53,14,80). Sum of RGB (Red+Green+Blue) = 53+14+80=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 14 (5.86% from 255 or 9.52% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #350E50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350E50 is #CAF1AF. Grayscale: #202020. Windows color (decimal): -13300144 or 5246517. OLE color: 5246517.
HSL color Cylindrical-coordinate representation of color #350E50: hue angle of 275.45º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #350E50 is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 14 | 80 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.69 |
| HSL | 275.45º | 0.7% | 0.18% | - |
| HSV(B) | 275.45º | 0.83% | 0.31% | - |
| XYZ | 3.07 | 1.65 | 7.75 | - |
| YUV | 33.19 | 154.42 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 14 | 80 | 0.34 | 0.83 | 0 | 0.69 | 275.45 | 0.7 | 0.18 |
| Hex | 35 | E | 50 | 22 | 53 | 0 | 45 | 113 | 46 | 12 |
| Octal | 65 | 16 | 120 | 42 | 123 | 0 | 105 | 423 | 106 | 22 |
| Binary | 110101 | 1110 | 1010000 | 100010 | 1010011 | 0 | 1000101 | 100010011 | 1000110 | 10010 |
Color Harmonies of #350E50
Complementary color
Monochromatic Colors of #350E50
Black with #350E50
Text Example
Text Example
White with #350E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350E50; }
p { color: rgb(53,14,80); }
H1.HeaderClassName
{
color: #350E50;
}
.AnyTagClassName
{
color: #350E50;
}
</style>
background-color css
<style>
a { background-color: #350E50; }
a { background-color: rgb(53,14,80); }
div.DivClassName
{
background-color: #350E50;
}
.BgClassName
{
background-color: #350E50;
}
</style>
border-color css
<style>
span { border-color: #350E50; }
span { border-color: rgb(53,14,80); }
td.TdClassName
{
border-color: #350E50;
}
.TagClassName
{
border-color: #350E50;
}
</style>