Shades of Blackcurrant #350753
Tints of Blackcurrant #350753
RGB
CMYK
RGB Variations
Color information
#350753 (or 0x350753) is known color: Blackcurrant. HEX triplet: 35, 07 and 53. RGB value is (53,7,83). Sum of RGB (Red+Green+Blue) = 53+7+83=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 83 (32.81% from 255 or 58.04% from 143); Max value from RGB is 83 - color contains mainly: blue. Hex color #350753 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350753 is #CAF8AC. Grayscale: #1D1D1D. Windows color (decimal): -13301933 or 5441333. OLE color: 5441333.
HSL color Cylindrical-coordinate representation of color #350753: hue angle of 276.32º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #350753 is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 7 | 83 | - |
| CMYK | 0.36 | 0.92 | 0 | 0.67 |
| HSL | 276.32º | 0.84% | 0.18% | - |
| HSV(B) | 276.32º | 0.92% | 0.33% | - |
| XYZ | 3.11 | 1.53 | 8.32 | - |
| YUV | 29.42 | 158.24 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 7 | 83 | 0.36 | 0.92 | 0 | 0.67 | 276.32 | 0.84 | 0.18 |
| Hex | 35 | 7 | 53 | 24 | 5C | 0 | 43 | 114 | 54 | 12 |
| Octal | 65 | 7 | 123 | 44 | 134 | 0 | 103 | 424 | 124 | 22 |
| Binary | 110101 | 111 | 1010011 | 100100 | 1011100 | 0 | 1000011 | 100010100 | 1010100 | 10010 |
Color Harmonies of #350753
Complementary color
Monochromatic Colors of #350753
Black with #350753
Text Example
Text Example
White with #350753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350753; }
p { color: rgb(53,7,83); }
H1.HeaderClassName
{
color: #350753;
}
.AnyTagClassName
{
color: #350753;
}
</style>
background-color css
<style>
a { background-color: #350753; }
a { background-color: rgb(53,7,83); }
div.DivClassName
{
background-color: #350753;
}
.BgClassName
{
background-color: #350753;
}
</style>
border-color css
<style>
span { border-color: #350753; }
span { border-color: rgb(53,7,83); }
td.TdClassName
{
border-color: #350753;
}
.TagClassName
{
border-color: #350753;
}
</style>