Shades of Blackcurrant #350646
Tints of Blackcurrant #350646
RGB
CMYK
RGB Variations
Color information
#350646 (or 0x350646) is known color: Blackcurrant. HEX triplet: 35, 06 and 46. RGB value is (53,6,70). Sum of RGB (Red+Green+Blue) = 53+6+70=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 70 (27.73% from 255 or 54.26% from 129); Max value from RGB is 70 - color contains mainly: blue. Hex color #350646 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350646 is #CAF9B9. Grayscale: #1B1B1B. Windows color (decimal): -13302202 or 4589109. OLE color: 4589109.
HSL color Cylindrical-coordinate representation of color #350646: hue angle of 284.06º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #350646 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 6 | 70 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.73 |
| HSL | 284.06º | 0.84% | 0.15% | - |
| HSV(B) | 284.06º | 0.91% | 0.27% | - |
| XYZ | 2.64 | 1.33 | 5.91 | - |
| YUV | 27.35 | 152.07 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 6 | 70 | 0.24 | 0.91 | 0 | 0.73 | 284.06 | 0.84 | 0.15 |
| Hex | 35 | 6 | 46 | 18 | 5B | 0 | 49 | 11C | 54 | F |
| Octal | 65 | 6 | 106 | 30 | 133 | 0 | 111 | 434 | 124 | 17 |
| Binary | 110101 | 110 | 1000110 | 11000 | 1011011 | 0 | 1001001 | 100011100 | 1010100 | 1111 |
Color Harmonies of #350646
Complementary color
Monochromatic Colors of #350646
Black with #350646
Text Example
Text Example
White with #350646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350646; }
p { color: rgb(53,6,70); }
H1.HeaderClassName
{
color: #350646;
}
.AnyTagClassName
{
color: #350646;
}
</style>
background-color css
<style>
a { background-color: #350646; }
a { background-color: rgb(53,6,70); }
div.DivClassName
{
background-color: #350646;
}
.BgClassName
{
background-color: #350646;
}
</style>
border-color css
<style>
span { border-color: #350646; }
span { border-color: rgb(53,6,70); }
td.TdClassName
{
border-color: #350646;
}
.TagClassName
{
border-color: #350646;
}
</style>