Shades of Blackcurrant #350354
Tints of Blackcurrant #350354
RGB
CMYK
RGB Variations
Color information
#350354 (or 0x350354) is known color: Blackcurrant. HEX triplet: 35, 03 and 54. RGB value is (53,3,84). Sum of RGB (Red+Green+Blue) = 53+3+84=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 84 (33.20% from 255 or 60% from 140); Max value from RGB is 84 - color contains mainly: blue. Hex color #350354 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350354 is #CAFCAB. Grayscale: #1A1A1A. Windows color (decimal): -13302956 or 5505845. OLE color: 5505845.
HSL color Cylindrical-coordinate representation of color #350354: hue angle of 277.04º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #350354 is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 3 | 84 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.67 |
| HSL | 277.04º | 0.93% | 0.17% | - |
| HSV(B) | 277.04º | 0.96% | 0.33% | - |
| XYZ | 3.1 | 1.46 | 8.51 | - |
| YUV | 27.18 | 160.07 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 3 | 84 | 0.37 | 0.96 | 0 | 0.67 | 277.04 | 0.93 | 0.17 |
| Hex | 35 | 3 | 54 | 25 | 60 | 0 | 43 | 115 | 5D | 11 |
| Octal | 65 | 3 | 124 | 45 | 140 | 0 | 103 | 425 | 135 | 21 |
| Binary | 110101 | 11 | 1010100 | 100101 | 1100000 | 0 | 1000011 | 100010101 | 1011101 | 10001 |
Color Harmonies of #350354
Complementary color
Monochromatic Colors of #350354
Black with #350354
Text Example
Text Example
White with #350354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350354; }
p { color: rgb(53,3,84); }
H1.HeaderClassName
{
color: #350354;
}
.AnyTagClassName
{
color: #350354;
}
</style>
background-color css
<style>
a { background-color: #350354; }
a { background-color: rgb(53,3,84); }
div.DivClassName
{
background-color: #350354;
}
.BgClassName
{
background-color: #350354;
}
</style>
border-color css
<style>
span { border-color: #350354; }
span { border-color: rgb(53,3,84); }
td.TdClassName
{
border-color: #350354;
}
.TagClassName
{
border-color: #350354;
}
</style>