Shades of Blackcurrant #350A40
Tints of Blackcurrant #350A40
RGB
CMYK
RGB Variations
Color information
#350A40 (or 0x350A40) is known color: Blackcurrant. HEX triplet: 35, 0A and 40. RGB value is (53,10,64). Sum of RGB (Red+Green+Blue) = 53+10+64=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 10 (4.30% from 255 or 7.87% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #350A40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350A40 is #CAF5BF. Grayscale: #1C1C1C. Windows color (decimal): -13301184 or 4196917. OLE color: 4196917.
HSL color Cylindrical-coordinate representation of color #350A40: hue angle of 287.78º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #350A40 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 10 | 64 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.75 |
| HSL | 287.78º | 0.73% | 0.15% | - |
| HSV(B) | 287.78º | 0.84% | 0.25% | - |
| XYZ | 2.5 | 1.34 | 4.98 | - |
| YUV | 29.01 | 147.75 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 10 | 64 | 0.17 | 0.84 | 0 | 0.75 | 287.78 | 0.73 | 0.15 |
| Hex | 35 | A | 40 | 11 | 54 | 0 | 4B | 120 | 49 | F |
| Octal | 65 | 12 | 100 | 21 | 124 | 0 | 113 | 440 | 111 | 17 |
| Binary | 110101 | 1010 | 1000000 | 10001 | 1010100 | 0 | 1001011 | 100100000 | 1001001 | 1111 |
Color Harmonies of #350A40
Complementary color
Monochromatic Colors of #350A40
Black with #350A40
Text Example
Text Example
White with #350A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350A40; }
p { color: rgb(53,10,64); }
H1.HeaderClassName
{
color: #350A40;
}
.AnyTagClassName
{
color: #350A40;
}
</style>
background-color css
<style>
a { background-color: #350A40; }
a { background-color: rgb(53,10,64); }
div.DivClassName
{
background-color: #350A40;
}
.BgClassName
{
background-color: #350A40;
}
</style>
border-color css
<style>
span { border-color: #350A40; }
span { border-color: rgb(53,10,64); }
td.TdClassName
{
border-color: #350A40;
}
.TagClassName
{
border-color: #350A40;
}
</style>