Shades of Blackcurrant #350155
Tints of Blackcurrant #350155
RGB
CMYK
RGB Variations
Color information
#350155 (or 0x350155) is known color: Blackcurrant. HEX triplet: 35, 01 and 55. RGB value is (53,1,85). Sum of RGB (Red+Green+Blue) = 53+1+85=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 85 (33.59% from 255 or 61.15% from 139); Max value from RGB is 85 - color contains mainly: blue. Hex color #350155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350155 is #CAFEAA. Grayscale: #191919. Windows color (decimal): -13303467 or 5570869. OLE color: 5570869.
HSL color Cylindrical-coordinate representation of color #350155: hue angle of 277.14º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #350155 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 1 | 85 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.67 |
| HSL | 277.14º | 0.98% | 0.17% | - |
| HSV(B) | 277.14º | 0.99% | 0.33% | - |
| XYZ | 3.12 | 1.43 | 8.71 | - |
| YUV | 26.12 | 161.23 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 1 | 85 | 0.38 | 0.99 | 0 | 0.67 | 277.14 | 0.98 | 0.17 |
| Hex | 35 | 1 | 55 | 26 | 63 | 0 | 43 | 115 | 62 | 11 |
| Octal | 65 | 1 | 125 | 46 | 143 | 0 | 103 | 425 | 142 | 21 |
| Binary | 110101 | 1 | 1010101 | 100110 | 1100011 | 0 | 1000011 | 100010101 | 1100010 | 10001 |
Color Harmonies of #350155
Complementary color
Monochromatic Colors of #350155
Black with #350155
Text Example
Text Example
White with #350155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350155; }
p { color: rgb(53,1,85); }
H1.HeaderClassName
{
color: #350155;
}
.AnyTagClassName
{
color: #350155;
}
</style>
background-color css
<style>
a { background-color: #350155; }
a { background-color: rgb(53,1,85); }
div.DivClassName
{
background-color: #350155;
}
.BgClassName
{
background-color: #350155;
}
</style>
border-color css
<style>
span { border-color: #350155; }
span { border-color: rgb(53,1,85); }
td.TdClassName
{
border-color: #350155;
}
.TagClassName
{
border-color: #350155;
}
</style>