Shades of Blackcurrant #350F48
Tints of Blackcurrant #350F48
RGB
CMYK
RGB Variations
Color information
#350F48 (or 0x350F48) is known color: Blackcurrant. HEX triplet: 35, 0F and 48. RGB value is (53,15,72). Sum of RGB (Red+Green+Blue) = 53+15+72=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 15 (6.25% from 255 or 10.71% from 140); Blue value is 72 (28.52% from 255 or 51.43% from 140); Max value from RGB is 72 - color contains mainly: blue. Hex color #350F48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350F48 is #CAF0B7. Grayscale: #202020. Windows color (decimal): -13299896 or 4722485. OLE color: 4722485.
HSL color Cylindrical-coordinate representation of color #350F48: hue angle of 280º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #350F48 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 15 | 72 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.72 |
| HSL | 280º | 0.66% | 0.17% | - |
| HSV(B) | 280º | 0.79% | 0.28% | - |
| XYZ | 2.81 | 1.57 | 6.29 | - |
| YUV | 32.86 | 150.09 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 15 | 72 | 0.26 | 0.79 | 0 | 0.72 | 280 | 0.66 | 0.17 |
| Hex | 35 | F | 48 | 1A | 4F | 0 | 48 | 118 | 42 | 11 |
| Octal | 65 | 17 | 110 | 32 | 117 | 0 | 110 | 430 | 102 | 21 |
| Binary | 110101 | 1111 | 1001000 | 11010 | 1001111 | 0 | 1001000 | 100011000 | 1000010 | 10001 |
Color Harmonies of #350F48
Complementary color
Monochromatic Colors of #350F48
Black with #350F48
Text Example
Text Example
White with #350F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350F48; }
p { color: rgb(53,15,72); }
H1.HeaderClassName
{
color: #350F48;
}
.AnyTagClassName
{
color: #350F48;
}
</style>
background-color css
<style>
a { background-color: #350F48; }
a { background-color: rgb(53,15,72); }
div.DivClassName
{
background-color: #350F48;
}
.BgClassName
{
background-color: #350F48;
}
</style>
border-color css
<style>
span { border-color: #350F48; }
span { border-color: rgb(53,15,72); }
td.TdClassName
{
border-color: #350F48;
}
.TagClassName
{
border-color: #350F48;
}
</style>