Shades of Blackcurrant #350A48
Tints of Blackcurrant #350A48
RGB
CMYK
RGB Variations
Color information
#350A48 (or 0x350A48) is known color: Blackcurrant. HEX triplet: 35, 0A and 48. RGB value is (53,10,72). Sum of RGB (Red+Green+Blue) = 53+10+72=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 10 (4.30% from 255 or 7.41% from 135); Blue value is 72 (28.52% from 255 or 53.33% from 135); Max value from RGB is 72 - color contains mainly: blue. Hex color #350A48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350A48 is #CAF5B7. Grayscale: #1D1D1D. Windows color (decimal): -13301176 or 4721205. OLE color: 4721205.
HSL color Cylindrical-coordinate representation of color #350A48: hue angle of 281.61º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #350A48 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 10 | 72 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.72 |
| HSL | 281.61º | 0.76% | 0.16% | - |
| HSV(B) | 281.61º | 0.86% | 0.28% | - |
| XYZ | 2.75 | 1.44 | 6.26 | - |
| YUV | 29.93 | 151.75 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 10 | 72 | 0.26 | 0.86 | 0 | 0.72 | 281.61 | 0.76 | 0.16 |
| Hex | 35 | A | 48 | 1A | 56 | 0 | 48 | 11A | 4C | 10 |
| Octal | 65 | 12 | 110 | 32 | 126 | 0 | 110 | 432 | 114 | 20 |
| Binary | 110101 | 1010 | 1001000 | 11010 | 1010110 | 0 | 1001000 | 100011010 | 1001100 | 10000 |
Color Harmonies of #350A48
Complementary color
Monochromatic Colors of #350A48
Black with #350A48
Text Example
Text Example
White with #350A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350A48; }
p { color: rgb(53,10,72); }
H1.HeaderClassName
{
color: #350A48;
}
.AnyTagClassName
{
color: #350A48;
}
</style>
background-color css
<style>
a { background-color: #350A48; }
a { background-color: rgb(53,10,72); }
div.DivClassName
{
background-color: #350A48;
}
.BgClassName
{
background-color: #350A48;
}
</style>
border-color css
<style>
span { border-color: #350A48; }
span { border-color: rgb(53,10,72); }
td.TdClassName
{
border-color: #350A48;
}
.TagClassName
{
border-color: #350A48;
}
</style>