Shades of Blackcurrant #350457
Tints of Blackcurrant #350457
RGB
CMYK
RGB Variations
Color information
#350457 (or 0x350457) is known color: Blackcurrant. HEX triplet: 35, 04 and 57. RGB value is (53,4,87). Sum of RGB (Red+Green+Blue) = 53+4+87=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 87 (34.38% from 255 or 60.42% from 144); Max value from RGB is 87 - color contains mainly: blue. Hex color #350457 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350457 is #CAFBA8. Grayscale: #1B1B1B. Windows color (decimal): -13302697 or 5702709. OLE color: 5702709.
HSL color Cylindrical-coordinate representation of color #350457: hue angle of 275.42º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350457 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 53 | 4 | 87 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.66 |
| HSL | 275.42º | 0.91% | 0.18% | - |
| HSV(B) | 275.42º | 0.95% | 0.34% | - |
| XYZ | 3.23 | 1.53 | 9.14 | - |
| YUV | 28.11 | 161.23 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 4 | 87 | 0.39 | 0.95 | 0 | 0.66 | 275.42 | 0.91 | 0.18 |
| Hex | 35 | 4 | 57 | 27 | 5F | 0 | 42 | 113 | 5B | 12 |
| Octal | 65 | 4 | 127 | 47 | 137 | 0 | 102 | 423 | 133 | 22 |
| Binary | 110101 | 100 | 1010111 | 100111 | 1011111 | 0 | 1000010 | 100010011 | 1011011 | 10010 |
Color Harmonies of #350457
Complementary color
Monochromatic Colors of #350457
Black with #350457
Text Example
Text Example
White with #350457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350457; }
p { color: rgb(53,4,87); }
H1.HeaderClassName
{
color: #350457;
}
.AnyTagClassName
{
color: #350457;
}
</style>
background-color css
<style>
a { background-color: #350457; }
a { background-color: rgb(53,4,87); }
div.DivClassName
{
background-color: #350457;
}
.BgClassName
{
background-color: #350457;
}
</style>
border-color css
<style>
span { border-color: #350457; }
span { border-color: rgb(53,4,87); }
td.TdClassName
{
border-color: #350457;
}
.TagClassName
{
border-color: #350457;
}
</style>