Shades of Blackcurrant #350450
Tints of Blackcurrant #350450
RGB
CMYK
RGB Variations
Color information
#350450 (or 0x350450) is known color: Blackcurrant. HEX triplet: 35, 04 and 50. RGB value is (53,4,80). Sum of RGB (Red+Green+Blue) = 53+4+80=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 80 (31.64% from 255 or 58.39% from 137); Max value from RGB is 80 - color contains mainly: blue. Hex color #350450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350450 is #CAFBAF. Grayscale: #1B1B1B. Windows color (decimal): -13302704 or 5243957. OLE color: 5243957.
HSL color Cylindrical-coordinate representation of color #350450: hue angle of 278.68º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350450 is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 4 | 80 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.69 |
| HSL | 278.68º | 0.9% | 0.16% | - |
| HSV(B) | 278.68º | 0.95% | 0.31% | - |
| XYZ | 2.96 | 1.42 | 7.71 | - |
| YUV | 27.32 | 157.73 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 4 | 80 | 0.34 | 0.95 | 0 | 0.69 | 278.68 | 0.9 | 0.16 |
| Hex | 35 | 4 | 50 | 22 | 5F | 0 | 45 | 117 | 5A | 10 |
| Octal | 65 | 4 | 120 | 42 | 137 | 0 | 105 | 427 | 132 | 20 |
| Binary | 110101 | 100 | 1010000 | 100010 | 1011111 | 0 | 1000101 | 100010111 | 1011010 | 10000 |
Color Harmonies of #350450
Complementary color
Monochromatic Colors of #350450
Black with #350450
Text Example
Text Example
White with #350450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350450; }
p { color: rgb(53,4,80); }
H1.HeaderClassName
{
color: #350450;
}
.AnyTagClassName
{
color: #350450;
}
</style>
background-color css
<style>
a { background-color: #350450; }
a { background-color: rgb(53,4,80); }
div.DivClassName
{
background-color: #350450;
}
.BgClassName
{
background-color: #350450;
}
</style>
border-color css
<style>
span { border-color: #350450; }
span { border-color: rgb(53,4,80); }
td.TdClassName
{
border-color: #350450;
}
.TagClassName
{
border-color: #350450;
}
</style>