Shades of Blackcurrant #350E4D
Tints of Blackcurrant #350E4D
RGB
CMYK
RGB Variations
Color information
#350E4D (or 0x350E4D) is known color: Blackcurrant. HEX triplet: 35, 0E and 4D. RGB value is (53,14,77). Sum of RGB (Red+Green+Blue) = 53+14+77=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 14 (5.86% from 255 or 9.72% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #350E4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350E4D is #CAF1B2. Grayscale: #202020. Windows color (decimal): -13300147 or 5049909. OLE color: 5049909.
HSL color Cylindrical-coordinate representation of color #350E4D: hue angle of 277.14º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #350E4D is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 14 | 77 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.70 |
| HSL | 277.14º | 0.69% | 0.18% | - |
| HSV(B) | 277.14º | 0.82% | 0.3% | - |
| XYZ | 2.96 | 1.61 | 7.18 | - |
| YUV | 32.84 | 152.92 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 14 | 77 | 0.31 | 0.82 | 0 | 0.70 | 277.14 | 0.69 | 0.18 |
| Hex | 35 | E | 4D | 1F | 52 | 0 | 46 | 115 | 45 | 12 |
| Octal | 65 | 16 | 115 | 37 | 122 | 0 | 106 | 425 | 105 | 22 |
| Binary | 110101 | 1110 | 1001101 | 11111 | 1010010 | 0 | 1000110 | 100010101 | 1000101 | 10010 |
Color Harmonies of #350E4D
Complementary color
Monochromatic Colors of #350E4D
Black with #350E4D
Text Example
Text Example
White with #350E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350E4D; }
p { color: rgb(53,14,77); }
H1.HeaderClassName
{
color: #350E4D;
}
.AnyTagClassName
{
color: #350E4D;
}
</style>
background-color css
<style>
a { background-color: #350E4D; }
a { background-color: rgb(53,14,77); }
div.DivClassName
{
background-color: #350E4D;
}
.BgClassName
{
background-color: #350E4D;
}
</style>
border-color css
<style>
span { border-color: #350E4D; }
span { border-color: rgb(53,14,77); }
td.TdClassName
{
border-color: #350E4D;
}
.TagClassName
{
border-color: #350E4D;
}
</style>