Shades of Blackcurrant #350A49
Tints of Blackcurrant #350A49
RGB
CMYK
RGB Variations
Color information
#350A49 (or 0x350A49) is known color: Blackcurrant. HEX triplet: 35, 0A and 49. RGB value is (53,10,73). Sum of RGB (Red+Green+Blue) = 53+10+73=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 10 (4.30% from 255 or 7.35% from 136); Blue value is 73 (28.91% from 255 or 53.68% from 136); Max value from RGB is 73 - color contains mainly: blue. Hex color #350A49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350A49 is #CAF5B6. Grayscale: #1D1D1D. Windows color (decimal): -13301175 or 4786741. OLE color: 4786741.
HSL color Cylindrical-coordinate representation of color #350A49: hue angle of 280.95º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #350A49 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 10 | 73 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.71 |
| HSL | 280.95º | 0.76% | 0.16% | - |
| HSV(B) | 280.95º | 0.86% | 0.29% | - |
| XYZ | 2.78 | 1.46 | 6.44 | - |
| YUV | 30.04 | 152.25 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 10 | 73 | 0.27 | 0.86 | 0 | 0.71 | 280.95 | 0.76 | 0.16 |
| Hex | 35 | A | 49 | 1B | 56 | 0 | 47 | 119 | 4C | 10 |
| Octal | 65 | 12 | 111 | 33 | 126 | 0 | 107 | 431 | 114 | 20 |
| Binary | 110101 | 1010 | 1001001 | 11011 | 1010110 | 0 | 1000111 | 100011001 | 1001100 | 10000 |
Color Harmonies of #350A49
Complementary color
Monochromatic Colors of #350A49
Black with #350A49
Text Example
Text Example
White with #350A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350A49; }
p { color: rgb(53,10,73); }
H1.HeaderClassName
{
color: #350A49;
}
.AnyTagClassName
{
color: #350A49;
}
</style>
background-color css
<style>
a { background-color: #350A49; }
a { background-color: rgb(53,10,73); }
div.DivClassName
{
background-color: #350A49;
}
.BgClassName
{
background-color: #350A49;
}
</style>
border-color css
<style>
span { border-color: #350A49; }
span { border-color: rgb(53,10,73); }
td.TdClassName
{
border-color: #350A49;
}
.TagClassName
{
border-color: #350A49;
}
</style>