Shades of Blackcurrant #350B49
Tints of Blackcurrant #350B49
RGB
CMYK
RGB Variations
Color information
#350B49 (or 0x350B49) is known color: Blackcurrant. HEX triplet: 35, 0B and 49. RGB value is (53,11,73). Sum of RGB (Red+Green+Blue) = 53+11+73=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 11 (4.69% from 255 or 8.03% from 137); Blue value is 73 (28.91% from 255 or 53.28% from 137); Max value from RGB is 73 - color contains mainly: blue. Hex color #350B49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350B49 is #CAF4B6. Grayscale: #1E1E1E. Windows color (decimal): -13300919 or 4786997. OLE color: 4786997.
HSL color Cylindrical-coordinate representation of color #350B49: hue angle of 280.65º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #350B49 is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 11 | 73 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.71 |
| HSL | 280.65º | 0.74% | 0.16% | - |
| HSV(B) | 280.65º | 0.85% | 0.29% | - |
| XYZ | 2.79 | 1.48 | 6.44 | - |
| YUV | 30.63 | 151.91 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 11 | 73 | 0.27 | 0.85 | 0 | 0.71 | 280.65 | 0.74 | 0.16 |
| Hex | 35 | B | 49 | 1B | 55 | 0 | 47 | 119 | 4A | 10 |
| Octal | 65 | 13 | 111 | 33 | 125 | 0 | 107 | 431 | 112 | 20 |
| Binary | 110101 | 1011 | 1001001 | 11011 | 1010101 | 0 | 1000111 | 100011001 | 1001010 | 10000 |
Color Harmonies of #350B49
Complementary color
Monochromatic Colors of #350B49
Black with #350B49
Text Example
Text Example
White with #350B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350B49; }
p { color: rgb(53,11,73); }
H1.HeaderClassName
{
color: #350B49;
}
.AnyTagClassName
{
color: #350B49;
}
</style>
background-color css
<style>
a { background-color: #350B49; }
a { background-color: rgb(53,11,73); }
div.DivClassName
{
background-color: #350B49;
}
.BgClassName
{
background-color: #350B49;
}
</style>
border-color css
<style>
span { border-color: #350B49; }
span { border-color: rgb(53,11,73); }
td.TdClassName
{
border-color: #350B49;
}
.TagClassName
{
border-color: #350B49;
}
</style>