Shades of Blackcurrant #350455
Tints of Blackcurrant #350455
RGB
CMYK
RGB Variations
Color information
#350455 (or 0x350455) is known color: Blackcurrant. HEX triplet: 35, 04 and 55. RGB value is (53,4,85). Sum of RGB (Red+Green+Blue) = 53+4+85=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 85 (33.59% from 255 or 59.86% from 142); Max value from RGB is 85 - color contains mainly: blue. Hex color #350455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350455 is #CAFBAA. Grayscale: #1B1B1B. Windows color (decimal): -13302699 or 5571637. OLE color: 5571637.
HSL color Cylindrical-coordinate representation of color #350455: hue angle of 276.3º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350455 is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 4 | 85 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.67 |
| HSL | 276.3º | 0.91% | 0.17% | - |
| HSV(B) | 276.3º | 0.95% | 0.33% | - |
| XYZ | 3.15 | 1.5 | 8.72 | - |
| YUV | 27.89 | 160.23 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 4 | 85 | 0.38 | 0.95 | 0 | 0.67 | 276.3 | 0.91 | 0.17 |
| Hex | 35 | 4 | 55 | 26 | 5F | 0 | 43 | 114 | 5B | 11 |
| Octal | 65 | 4 | 125 | 46 | 137 | 0 | 103 | 424 | 133 | 21 |
| Binary | 110101 | 100 | 1010101 | 100110 | 1011111 | 0 | 1000011 | 100010100 | 1011011 | 10001 |
Color Harmonies of #350455
Complementary color
Monochromatic Colors of #350455
Black with #350455
Text Example
Text Example
White with #350455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350455; }
p { color: rgb(53,4,85); }
H1.HeaderClassName
{
color: #350455;
}
.AnyTagClassName
{
color: #350455;
}
</style>
background-color css
<style>
a { background-color: #350455; }
a { background-color: rgb(53,4,85); }
div.DivClassName
{
background-color: #350455;
}
.BgClassName
{
background-color: #350455;
}
</style>
border-color css
<style>
span { border-color: #350455; }
span { border-color: rgb(53,4,85); }
td.TdClassName
{
border-color: #350455;
}
.TagClassName
{
border-color: #350455;
}
</style>