#350549

Color #350549 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #350549

Tints of Blackcurrant #350549

Color information

#350549 (or 0x350549) is unknown color: approx Blackcurrant. HEX triplet: 35, 05 and 49. RGB value is (53,5,73). Sum of RGB (Red+Green+Blue) = 53+5+73=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 73 (28.91% from 255 or 55.73% from 131); Max value from RGB is 73 - color contains mainly: blue. Hex color #350549 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350549 is #CAFAB6. Grayscale: #1A1A1A. Windows color (decimal): -13302455 or 4785461. OLE color: 4785461.

HSL color Cylindrical-coordinate representation of color #350549: hue angle of 282.35º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #350549 is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB53573-
CMYK0.270.9300.71
HSL282.35º87.18%15.29%-
HSV(B)282.35º93.15%28.63%-
XYZ2.731.356.42-
YUV27.1153.9146.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 40.46%
GREEN value IS 5 (2.34% from 255) = 3.82%
BLUE value IS 73 (28.91% from 255) = 55.73%
R=40.46%
G=3.82%
B=55.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal535730.270.9300.71282.3587.1815.29
Hex355491B5D04711a57f
Octal65511133135010743212717
Binary11010110110010011101110111010100011110001101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350549; }

 p { color: rgb(53,5,73); }

 H1.HeaderClassName
 {
   color: #350549;
 }
 .AnyTagClassName
 {
   color: #350549;
 }
</style>
background-color css

<style>
 a { background-color: #350549; }

 a { background-color: rgb(53,5,73); }

 div.DivClassName
 {
   background-color: #350549;
 }
 .BgClassName
 {
   background-color: #350549;
 }
</style>
border-color css

<style>
 span { border-color: #350549; }

 span { border-color: rgb(53,5,73); }

 td.TdClassName
 {
   border-color: #350549;
 }
 .TagClassName
 {
   border-color: #350549;
 }
</style>